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::HasLessGuard< T > Struct Template Reference

#include <hasless.hxx>

Static Public Attributes

static const bool switchVal
 
static const bool value = HasLessSwitch<T, !switchVal>::value
 

Detailed Description

template<typename T>
struct qi::detail::HasLessGuard< T >

Definition at line 16 of file hasless.hxx.

Member Data Documentation

template<typename T >
const bool qi::detail::HasLessGuard< T >::switchVal
static
Initial value:
=
boost::is_member_function_pointer<T>::value
|| boost::is_function<T>::value
|| boost::is_function<typename boost::remove_pointer<T>::type>::value
|| boost::is_member_pointer<T>::value

Definition at line 77 of file hasless.hxx.

template<typename T >
const bool qi::detail::HasLessGuard< T >::value = HasLessSwitch<T, !switchVal>::value
static

Definition at line 82 of file hasless.hxx.


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