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

#include <term_descriptor.h>

Public Types

typedef boost::tuple< int,
unsigned int > 
value_type
 

Public Member Functions

bool operator() (value_type const &lhs, value_type const &rhs)
 

Detailed Description

Definition at line 35 of file term_descriptor.h.

Member Typedef Documentation

typedef boost::tuple<int, unsigned int> detail::pos_tag_lt::value_type

Definition at line 36 of file term_descriptor.h.

Member Function Documentation

bool detail::pos_tag_lt::operator() ( value_type const &  lhs,
value_type const &  rhs 
)
inline

Definition at line 37 of file term_descriptor.h.

38  {
39  return (boost::get<0>(lhs) < boost::get<0>(rhs));
40  }

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