Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/auto/
Dmeta_create.hpp53 struct meta_create_string struct
55 typedef spirit::standard::string_type type;
56 static type const call() { return type(); } in call()
60 struct meta_create_string<wchar_t*> struct
62 typedef spirit::standard_wide::string_type type;
63 static type const call() { return type(); } in call()
67 struct meta_create_string<wchar_t const*> struct
69 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 …]