Home
last modified time | relevance | path

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

/oneTBB/examples/common/utility/
H A Dutility.hpp58 struct is_bool { struct
59 static bool value() { in value()
64 struct is_bool<bool> { struct
65 static bool value() { in value()
107 const bool is_bool = internal::is_bool<type>::value(); in parse_and_store() local
323 const bool is_bool = (0 != bool_args_names.count((*it))); in usage_string() local