Home
last modified time | relevance | path

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

/oneTBB/examples/common/utility/
H A Dutility.hpp58 struct is_bool { struct
64 struct is_bool<bool> { struct
107 const bool is_bool = internal::is_bool<type>::value(); in parse_and_store() local
108 if (is_bool && s.empty()) { in parse_and_store()
223 if (internal::is_bool<type>::value()) { in arg()
238 if (internal::is_bool<type>::value()) { in positional_arg()
323 const bool is_bool = (0 != bool_args_names.count((*it))); in usage_string() local
332 command_line_params += " [" + a.name() + (is_bool ? "" : "=value") + "]"; in usage_string()