Searched refs:is_bool (Results 1 – 1 of 1) sorted by relevance
58 struct is_bool { struct64 struct is_bool<bool> { struct107 const bool is_bool = internal::is_bool<type>::value(); in parse_and_store() local108 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() local332 command_line_params += " [" + a.name() + (is_bool ? "" : "=value") + "]"; in usage_string()