CASM  1.1.0
A Clusters Approach to Statistical Mechanics
notstd::GetSecondDereferencedConst< MapType > Struct Template Reference

#include <unique_cloneable_map.hh>

Detailed Description

template<typename MapType>
struct notstd::GetSecondDereferencedConst< MapType >

Definition at line 21 of file unique_cloneable_map.hh.

Public Types

typedef MapType::const_iterator::reference reference
 
typedef const MapType::const_iterator::value_type::second_type::reference result_type
 

Public Member Functions

 GetSecondDereferencedConst ()
 
result_type operator() (reference pair) const
 

Member Typedef Documentation

◆ reference

template<typename MapType >
typedef MapType::const_iterator::reference notstd::GetSecondDereferencedConst< MapType >::reference

Definition at line 22 of file unique_cloneable_map.hh.

◆ result_type

template<typename MapType >
typedef const MapType::const_iterator::value_type::second_type:: reference notstd::GetSecondDereferencedConst< MapType >::result_type

Definition at line 24 of file unique_cloneable_map.hh.

Constructor & Destructor Documentation

◆ GetSecondDereferencedConst()

template<typename MapType >
notstd::GetSecondDereferencedConst< MapType >::GetSecondDereferencedConst ( )
inline

Definition at line 26 of file unique_cloneable_map.hh.

Member Function Documentation

◆ operator()()

template<typename MapType >
result_type notstd::GetSecondDereferencedConst< MapType >::operator() ( reference  pair) const
inline

Definition at line 28 of file unique_cloneable_map.hh.


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