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;
33 requires(UnderlyingType<Src>::is_numeric) in requires()
68 def is_numeric(self) -> bool: member in Metric
145 static boolean is_numeric(String str) { in is_numeric() method in Shell
46 fn is_numeric(c: char) -> bool { in is_numeric() function
570 pub fn is_numeric(&self) -> bool { in is_numeric() method
196 bool is_numeric(char c) { return c >= '0' && c <= '9'; } in is_numeric() function
295 static inline bool is_numeric(char c) { return g_token_flags[static_cast<uint8_t>(c)] & 0x10; } in is_numeric() function