Searched refs:basic_hold_any (Results 1 – 8 of 8) sorted by relevance
220 class basic_hold_any class225 explicit basic_hold_any(T const& x) in basic_hold_any() function in boost::spirit::basic_hold_any232 basic_hold_any() in basic_hold_any() function in boost::spirit::basic_hold_any238 basic_hold_any(basic_hold_any const& x) in basic_hold_any() function in boost::spirit::basic_hold_any245 ~basic_hold_any() in ~basic_hold_any()251 basic_hold_any& assign(basic_hold_any const& x) in assign()269 basic_hold_any& assign(T const& x) in assign()316 basic_hold_any& operator=(T&& x) in operator =()322 basic_hold_any& operator=(T& x) in operator =()328 basic_hold_any& operator=(T const& x) in operator =()[all …]
76 template <typename Char = char, typename T = spirit::basic_hold_any<char> >
65 typedef spirit::basic_hold_any<char> type;
148 typedef spirit::basic_hold_any<Char> type;
64 expected to parse its input into.] [`spirit::basic_hold_any<Char>`]]
178 …[[`stream_generator<Char>()`] [`basic_hold_any<Char>`, attribute is mandatory (otherwise compil…
289 >()``]] [`basic_hold_any<Char>`] [Generate output based on the given charact…
327 * The type `hold_any` now takes a template argument: `basic_hold_any<Char>`,330 `typedef basic_hold_any<char> hold_any`;