preCICE v3.1.2
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
precice::impl::MeshDataKey< T > Struct Template Reference

Type that represent a compound key of two values. More...

#include <ParticipantState.hpp>

Public Member Functions

template<typename Other >
bool operator< (const MeshDataKey< Other > &other) const
 

Public Attributes

mesh
 
data
 

Detailed Description

template<typename T>
struct precice::impl::MeshDataKey< T >

Type that represent a compound key of two values.

Definition at line 53 of file ParticipantState.hpp.

Member Function Documentation

◆ operator<()

template<typename T >
template<typename Other >
bool precice::impl::MeshDataKey< T >::operator< ( const MeshDataKey< Other > & other) const
inline

Definition at line 57 of file ParticipantState.hpp.

Member Data Documentation

◆ data

template<typename T >
T precice::impl::MeshDataKey< T >::data

Definition at line 55 of file ParticipantState.hpp.

◆ mesh

template<typename T >
T precice::impl::MeshDataKey< T >::mesh

Definition at line 54 of file ParticipantState.hpp.


The documentation for this struct was generated from the following file: