Home
last modified time | relevance | path

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

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