Home
last modified time | relevance | path

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

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