CASM
AClustersApproachtoStatisticalMechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
notstd::GetSecond< MapType > Struct Template Reference

#include <unique_map.hh>

Detailed Description

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

Definition at line 99 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

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

Definition at line 101 of file unique_map.hh.

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

Definition at line 102 of file unique_map.hh.

Constructor & Destructor Documentation

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

Definition at line 104 of file unique_map.hh.

Member Function Documentation

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

Definition at line 106 of file unique_map.hh.


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