Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::lex::make_primitive< T, Modifiers, typename enable_if< traits::is_string< T > >::type > Struct Template Reference

#include <string_token_def.hpp>

Public Types

typedef add_const< T >::type const_string
 
typedef string_token_def
< const_string
result_type
 

Public Member Functions

result_type operator() (typename add_reference< const_string >::type str, unused_type) const
 

Member Typedef Documentation

template<typename T , typename Modifiers >
typedef add_const<T>::type boost::spirit::lex::make_primitive< T, Modifiers, typename enable_if< traits::is_string< T > >::type >::const_string
template<typename T , typename Modifiers >
typedef string_token_def<const_string> boost::spirit::lex::make_primitive< T, Modifiers, typename enable_if< traits::is_string< T > >::type >::result_type

Member Function Documentation

template<typename T , typename Modifiers >
result_type boost::spirit::lex::make_primitive< T, Modifiers, typename enable_if< traits::is_string< T > >::type >::operator() ( typename add_reference< const_string >::type  str,
unused_type   
) const
inline

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