Home
last modified time | relevance | path

Searched refs:hold_any (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/spirit/doc/qi/
Dauto.qbk80 [[`auto_`] [`hold_any`]]
83 [important The attribute type `hold_any` exposed by the `auto_`
Dstream.qbk150 [[`stream`] [`spirit::hold_any`]]
155 [important The attribute type `spirit::hold_any` exposed by some of the stream
Dquick_reference.qbk202 [[[qi_auto `auto_`]] [`hold_any`] [Parse input using a parser
/third_party/boost/boost/spirit/home/qi/auto/
Dauto.hpp51 typedef spirit::hold_any type;
/third_party/boost/libs/spirit/doc/karma/
Dauto.qbk98 [[`auto_`] [`hold_any`, attribute is mandatory (otherwise
103 [important The attribute type `hold_any` exposed by some of the `auto_`
Dstream.qbk174 [[`stream`] [`hold_any`, attribute is mandatory (otherwise compilation will fail)]]
182 [important The attribute type `hold_any` exposed by some of the stream
Dquick_reference.qbk276 [[[karma_stream `stream`]] [`hold_any`] [Generate narrow character (`char`) based output
348 [[[karma_auto `auto_`]] [`hold_any`] [Generate output using a generator
/third_party/boost/boost/spirit/home/support/detail/
Dhold_any.hpp456 typedef basic_hold_any<char> hold_any; typedef
/third_party/boost/libs/spirit/doc/
Dwhat_s_new.qbk41 * Port `hold_any` to Boost.Core typeinfo. [gh_pr 510] Andrey Semashev
126 * Added missing copy assignment operator to `hold_any`. [gh_pr 361] [trac 8268]
327 * The type `hold_any` now takes a template argument: `basic_hold_any<Char>`,
329 (`operator>>()` and `operator<<()`). The `hold_any` is still available as a
330 `typedef basic_hold_any<char> hold_any`;
637 * Fixed karma::alternatives to work with embedded containers of hold_any (i.e.