Home
last modified time | relevance | path

Searched defs:forward_ast (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/spirit/home/x3/support/ast/
Dvariant.hpp20 class forward_ast class
28 forward_ast() : p_(new T) {} in forward_ast() function in boost::spirit::x3::forward_ast
30 forward_ast(forward_ast const& operand) in forward_ast() function in boost::spirit::x3::forward_ast
33 forward_ast(forward_ast&& operand) BOOST_NOEXCEPT in forward_ast() function in boost::spirit::x3::forward_ast
39 forward_ast(T const& operand) in forward_ast() function in boost::spirit::x3::forward_ast
42 forward_ast(T&& operand) in forward_ast() function in boost::spirit::x3::forward_ast