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

#include <unique_map.hh>

Detailed Description

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

Definition at line 87 of file unique_map.hh.

Public Types

typedef MapType::iterator::reference reference
 
typedef MapType::iterator::value_type::second_type & result_type
 

Public Member Functions

 GetSecond ()
 
result_type operator() (reference pair) const
 

Member Typedef Documentation

◆ reference

template<typename MapType >
typedef MapType::iterator::reference notstd::GetSecond< MapType >::reference

Definition at line 88 of file unique_map.hh.

◆ result_type

template<typename MapType >
typedef MapType::iterator::value_type::second_type& notstd::GetSecond< MapType >::result_type

Definition at line 89 of file unique_map.hh.

Constructor & Destructor Documentation

◆ GetSecond()

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

Definition at line 91 of file unique_map.hh.

Member Function Documentation

◆ operator()()

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

Definition at line 93 of file unique_map.hh.


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