Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
call.hpp File Reference
Include dependency graph for call.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::spirit
 
 boost::spirit::x3
 
 boost::spirit::x3::detail
 

Functions

template<typename Context >
auto boost::spirit::x3::_val (Context const &context) -> decltype(x3::get< rule_val_context_tag >(context))
 
template<typename Context >
auto boost::spirit::x3::_where (Context const &context) -> decltype(x3::get< where_context_tag >(context))
 
template<typename Context >
auto boost::spirit::x3::_attr (Context const &context) -> decltype(x3::get< attr_context_tag >(context))
 
template<typename F , typename Context >
auto boost::spirit::x3::detail::call (F f, Context const &context, mpl::true_)
 
template<typename F , typename Context >
auto boost::spirit::x3::detail::call (F f, Context const &context, mpl::false_)
 
template<typename F , typename Iterator , typename Context , typename RuleContext , typename Attribute >
auto boost::spirit::x3::call (F f, Iterator &first, Iterator const &last, Context const &context, RuleContext &rcontext, Attribute &attr)