#include <boost/config.hpp>
#include <boost/mpl/bool.hpp>
#include <boost/preprocessor/enum_params.hpp>
Go to the source code of this file.
Defines | |
#define | BOOST_DETAIL_IS_XXX_DEF(name, qualified_name, nargs) |
#define BOOST_DETAIL_IS_XXX_DEF | ( | name, | |
qualified_name, | |||
nargs | |||
) |
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.