Home
last modified time | relevance | path

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

/art/cmdline/detail/
Dcmdline_parse_argument_detail.h83 using EnableIfNumeric = std::enable_if<std::is_arithmetic<T>::value>; variable
93 bool CheckRange(const TArg& value, typename EnableIfNumeric<T>::type* = nullptr) {