Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::result_of::get_begin< Char, T, Enable > Struct Template Reference

#include <string_traits.hpp>

Inheritance diagram for boost::spirit::result_of::get_begin< Char, T, Enable >:

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
 

Member Typedef Documentation

template<typename Char, typename T, typename Enable = void>
typedef traits::char_type_of<T>::type boost::spirit::result_of::get_begin< Char, T, Enable >::char_type
template<typename Char, typename T, typename Enable = void>
typedef mpl::if_< is_const<char_type> , char_type const , char_type >::type* boost::spirit::result_of::get_begin< Char, T, Enable >::type

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