Searched defs:is_string_type (Results 1 – 1 of 1) sorted by relevance
159 struct is_string_type : std::false_type {}; struct162 struct is_string_type<string> : std::true_type {}; struct165 struct is_string_type<object_path> : std::true_type {}; struct168 struct is_string_type<signature> : std::true_type {}; struct