OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_arithmetic
(Results
1 - 2
of
2
) sorted by null
/external/astl/include/
type_traits.h
137
//
is_arithmetic
139
struct
is_arithmetic
: public integral_constant<bool, (is_integral<_T>::value || is_floating_point<_T>::value)> { };
struct in namespace:std
145
: public integral_constant<bool, (
is_arithmetic
<_T>::value || is_pointer<_T>::value)> { };
/external/clang/test/SemaCXX/
type-traits.cpp
309
void
is_arithmetic
()
function
[
all
...]
Completed in 105 milliseconds