Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::aux::dispatching_map_order Struct Reference

Ordering predicate for type dispatching map. More...

#include <static_type_dispatcher.hpp>

Public Types

typedef bool result_type
 
typedef std::pair
< type_info_wrapper, void * > 
first_argument_type
 
typedef std::pair
< type_info_wrapper, void * > 
second_argument_type
 

Public Member Functions

result_type operator() (first_argument_type const &left, second_argument_type const &right) const
 

Detailed Description

Ordering predicate for type dispatching map.

Member Typedef Documentation

Member Function Documentation

result_type boost::aux::dispatching_map_order::operator() ( first_argument_type const &  left,
second_argument_type const &  right 
) const
inline

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