Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/example/karma/
Dauto_facilities.cpp58 struct create_generator<std::pair<int const, std::string> > struct
62 >::type type;
64 static type call() in call()
Dreference.cpp161 struct create_generator<complex> struct
165 >::type type;
167 static type call() in call()
/third_party/boost/boost/spirit/home/karma/auto/
Dcreate_generator.hpp20 struct create_generator struct
30 create_generator() in create_generator() function
Dmeta_create.hpp321 struct create_generator : karma::meta_create<T> {}; struct