Searched defs:custom_type (Results 1 – 7 of 7) sorted by relevance
21 class custom_type class25 custom_type(T x) : value(x) {} in custom_type() function in foo::custom_type
83 typedef karma::real_generator<real_concept> custom_type; in main() typedef
35 struct custom_type { struct40 template <> struct formatter<custom_type> { argument
369 TEST(compile_time_formatting_test, custom_type) { in TEST() argument
305 custom_type enumerator
138 pub fn custom_type(tokens: TokenStream) -> TokenStream { in custom_type() function
4633 def custom_type(string): member in TestHelpMetavarTypeFormatter