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 |
Ordering predicate for type dispatching map.
typedef std::pair< type_info_wrapper, void* > boost::aux::dispatching_map_order::first_argument_type |
typedef bool boost::aux::dispatching_map_order::result_type |
typedef std::pair< type_info_wrapper, void* > boost::aux::dispatching_map_order::second_argument_type |
|
inline |