libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Attributes | List of all members
qi::detail::HasLess< std::pair< A, B > > Struct Template Reference

#include <hasless.hxx>

Static Public Attributes

static const bool value
 

Detailed Description

template<typename A, typename B>
struct qi::detail::HasLess< std::pair< A, B > >

Definition at line 45 of file hasless.hxx.

Member Data Documentation

template<typename A , typename B >
const bool qi::detail::HasLess< std::pair< A, B > >::value
static
Initial value:
= HasLessGuard<A>::value
&& HasLessGuard<B>::value

Definition at line 47 of file hasless.hxx.


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