Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::karma::detail::basic_bool_literal< Modifiers > Struct Template Reference

#include <bool.hpp>

Inheritance diagram for boost::spirit::karma::detail::basic_bool_literal< Modifiers >:

Public Types

typedef literal_bool_generator
< bool, typename
spirit::detail::get_encoding_with_case
< Modifiers, unused_type,
lower||upper >::type, typename
detail::get_casetag< Modifiers,
lower||upper >::type,
bool_policies<>, true > 
result_type
 

Public Member Functions

template<typename T_ >
result_type operator() (T_ i, unused_type) const
 

Static Public Attributes

static bool const lower
 
static bool const upper
 

Member Typedef Documentation

template<typename Modifiers >
typedef literal_bool_generator< bool , typename spirit::detail::get_encoding_with_case< Modifiers, unused_type, lower || upper>::type , typename detail::get_casetag<Modifiers, lower || upper>::type , bool_policies<>, true > boost::spirit::karma::detail::basic_bool_literal< Modifiers >::result_type

Member Function Documentation

template<typename Modifiers >
template<typename T_ >
result_type boost::spirit::karma::detail::basic_bool_literal< Modifiers >::operator() ( T_  i,
unused_type   
) const
inline

Member Data Documentation

template<typename Modifiers >
bool const boost::spirit::karma::detail::basic_bool_literal< Modifiers >::lower
static
Initial value:
=
has_modifier<Modifiers, tag::char_code_base<tag::lower> >::value
template<typename Modifiers >
bool const boost::spirit::karma::detail::basic_bool_literal< Modifiers >::upper
static
Initial value:
=
has_modifier<Modifiers, tag::char_code_base<tag::upper> >::value

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