Defines
is_xxx.hpp File Reference
#include <boost/config.hpp>
#include <boost/mpl/bool.hpp>
#include <boost/preprocessor/enum_params.hpp>
Include dependency graph for is_xxx.hpp:

Go to the source code of this file.

Defines

#define BOOST_DETAIL_IS_XXX_DEF(name, qualified_name, nargs)

Define Documentation

#define BOOST_DETAIL_IS_XXX_DEF (   name,
  qualified_name,
  nargs 
)
Value:
template <class T>                                              \
struct is_##name : mpl::false_                                  \
{                                                               \
};                                                              \
                                                                \
template < BOOST_PP_ENUM_PARAMS_Z(1, nargs, class T) >          \
struct is_##name<                                               \
   qualified_name< BOOST_PP_ENUM_PARAMS_Z(1, nargs, T) >        \
>                                                               \
   : mpl::true_                                                 \
{                                                               \
};

Definition at line 45 of file is_xxx.hpp.



appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:29