Searched defs:make_const_entry (Results 1 – 1 of 1) sorted by relevance
201 struct make_const_entry struct207 Environment *env;208 make_const_entry(Environment & env) : env(&env) {}; in make_const_entry() function209 const_entry<Char, Environment> operator()(const Char* data) const in operator ()()