The trait verifies if the type can be converted to a Boost.Spirit (classic) parser. More...
#include <spirit_classic.hpp>
Public Types | |
enum | { value = sizeof(check_spirit_classic_parser(get_T())) == sizeof(yes_type) } |
typedef mpl::bool_< value > | type |
The trait verifies if the type can be converted to a Boost.Spirit (classic) parser.
typedef mpl::bool_< value > boost::aux::is_spirit_classic_parser< T >::type |