Searched defs:is_numeric (Results 1 – 13 of 13) sorted by relevance
40 template <class Type> struct is_numeric struct42 typedef is_numeric type;50 struct is_numeric<std::complex<Type> > struct52 typedef is_numeric type;
55 struct is_numeric struct61 struct is_numeric< ::boost::long_long_type> struct65 struct is_numeric< ::boost::ulong_long_type> struct71 struct is_numeric<wchar_t> struct
27 struct is_numeric struct29 static bool const value =
38 struct is_numeric<boost::rational<Integral> > struct40 typedef is_numeric type;
44 template<class T> struct is_numeric: std::integral_constant<bool, std::is_integral<T>::value || std… struct
761 def is_numeric(text: str) -> bool: member in QrSegment
264 static inline bool is_numeric(char c) { return g_token_flags[static_cast<uint8_t>(c)] & 0x10; } in is_numeric() function
256 static inline bool is_numeric(char c) { return g_token_flags[static_cast<uint8_t>(c)] & 0x10; } in is_numeric() function
148 static bool is_numeric(char c) in is_numeric() function
74 bool is_numeric; member
749 bool is_numeric() const in is_numeric() function
1124 pub fn is_numeric(text: &[char]) -> bool { in is_numeric() method
12469 BOOL is_numeric, in js_call_binary_op_fallback()