Searched defs:meta_create_string (Results 1 – 1 of 1) sorted by relevance
53 struct meta_create_string struct55 typedef spirit::standard::string_type type;56 static type const call() { return type(); } in call()60 struct meta_create_string<wchar_t*> struct62 typedef spirit::standard_wide::string_type type;63 static type const call() { return type(); } in call()67 struct meta_create_string<wchar_t const*> struct69 typedef spirit::standard_wide::string_type type;70 static type const call() { return type(); } in call()74 struct meta_create_string<wchar_t[N]> struct[all …]