Searched refs:checked_negate (Results 1 – 1 of 1) sorted by relevance
/external/armnn/third-party/cxxopts/ |
D | cxxopts.hpp | 580 checked_negate(R& r, T&& t, const std::string&, std::true_type) in checked_negate() function 590 checked_negate(R&, T&&, const std::string& text, std::false_type) in checked_negate() function 657 checked_negate<T>(value, result, text, std::integral_constant<bool, is_signed>()); in integer_parser()
|