ALPS MPS Codes
Reference documentation.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
utils::get_second Struct Reference

#include <function_objects.h>

Public Member Functions

template<class T1 , class T2 >
T2 operator() (std::pair< T1, T2 > const &p)
 

Detailed Description

Definition at line 71 of file function_objects.h.

Member Function Documentation

template<class T1 , class T2 >
T2 utils::get_second::operator() ( std::pair< T1, T2 > const &  p)
inline

Definition at line 74 of file function_objects.h.

74 { return p.second; }

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