VL
Public Member Functions | Static Public Member Functions | List of all members
MapReturnValue< TCollection, TValue > Struct Template Reference

#include <Templates.h>

Public Member Functions

 MapReturnValue (typename TCollection::const_iterator it, bool valid)
 
const TValue & val ()
 
 operator bool ()
 

Static Public Member Functions

static MapReturnValue< TCollection, TValue > Null ()
 

Constructor & Destructor Documentation

◆ MapReturnValue()

template<typename TCollection , typename TValue >
MapReturnValue< TCollection, TValue >::MapReturnValue ( typename TCollection::const_iterator  it,
bool  valid 
)
inline

Member Function Documentation

◆ Null()

template<typename TCollection , typename TValue >
static MapReturnValue< TCollection, TValue > MapReturnValue< TCollection, TValue >::Null ( )
inlinestatic

◆ operator bool()

template<typename TCollection , typename TValue >
MapReturnValue< TCollection, TValue >::operator bool ( )
inline

◆ val()

template<typename TCollection , typename TValue >
const TValue & MapReturnValue< TCollection, TValue >::val ( )
inline

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