Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/
H A Delement.hpp159 struct is_string_type : std::false_type {}; struct
162 struct is_string_type<string> : std::true_type {}; struct
165 struct is_string_type<object_path> : std::true_type {}; struct
168 struct is_string_type<signature> : std::true_type {}; struct