#include <string_traits.hpp>
Public Types | |
typedef traits::char_type_of < T >::type | char_type |
typedef mpl::if_< is_const < char_type >, char_type const , char_type >::type * | type |
typedef traits::char_type_of<T>::type boost::spirit::result_of::get_begin< Char, T, Enable >::char_type |
typedef mpl::if_< is_const<char_type> , char_type const , char_type >::type* boost::spirit::result_of::get_begin< Char, T, Enable >::type |