Searched refs:hold_any (Results 1 – 9 of 9) sorted by relevance
80 [[`auto_`] [`hold_any`]]83 [important The attribute type `hold_any` exposed by the `auto_`
150 [[`stream`] [`spirit::hold_any`]]155 [important The attribute type `spirit::hold_any` exposed by some of the stream
202 [[[qi_auto `auto_`]] [`hold_any`] [Parse input using a parser
51 typedef spirit::hold_any type;
98 [[`auto_`] [`hold_any`, attribute is mandatory (otherwise 103 [important The attribute type `hold_any` exposed by some of the `auto_`
174 [[`stream`] [`hold_any`, attribute is mandatory (otherwise compilation will fail)]]182 [important The attribute type `hold_any` exposed by some of the stream
276 [[[karma_stream `stream`]] [`hold_any`] [Generate narrow character (`char`) based output 348 [[[karma_auto `auto_`]] [`hold_any`] [Generate output using a generator
456 typedef basic_hold_any<char> hold_any; typedef
41 * Port `hold_any` to Boost.Core typeinfo. [gh_pr 510] Andrey Semashev126 * 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 a330 `typedef basic_hold_any<char> hold_any`;637 * Fixed karma::alternatives to work with embedded containers of hold_any (i.e.