Searched defs:lazy_generator (Results 1 – 1 of 1) sorted by relevance
88 struct lazy_generator : generator<lazy_generator<Function, Modifiers> > struct90 typedef mpl::int_<generator_properties::all_properties> properties;93 struct attribute119 lazy_generator(Function const& func, Modifiers const& modifiers) in lazy_generator() function126 bool generate(OutputIterator& sink, Context& context, in generate()136 info what(Context& context) const in what()145 Function func;146 Modifiers modifiers;