MeshCore::MeshResetFlag< TCLASS > Class Template Reference

Binary function to reset the flags for use with generic STL functions. More...

#include <Elements.h>

Public Types

typedef TCLASS first_argument_type
 
typedef bool result_type
 
typedef TCLASS::TFlagType second_argument_type
 

Public Member Functions

bool operator() (const TCLASS &rclElem, typename TCLASS::TFlagType tFlag) const
 

Detailed Description

template<class TCLASS>
class MeshCore::MeshResetFlag< TCLASS >

Binary function to reset the flags for use with generic STL functions.

Member Typedef Documentation

◆ first_argument_type

template<class TCLASS >
typedef TCLASS MeshCore::MeshResetFlag< TCLASS >::first_argument_type

◆ result_type

template<class TCLASS >
typedef bool MeshCore::MeshResetFlag< TCLASS >::result_type

◆ second_argument_type

template<class TCLASS >
typedef TCLASS::TFlagType MeshCore::MeshResetFlag< TCLASS >::second_argument_type

Member Function Documentation

◆ operator()()

template<class TCLASS >
bool MeshCore::MeshResetFlag< TCLASS >::operator() ( const TCLASS &  rclElem,
typename TCLASS::TFlagType  tFlag 
) const

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