OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_scalar
(Results
1 - 2
of
2
) sorted by null
/external/astl/include/
algorithm
159
const bool
is_scalar
= std::
is_scalar
<_T>::value;
160
__fill<
is_scalar
>::fill(begin, end, value);
222
const bool
is_scalar
= std::
is_scalar
<_T>::value;
223
return __fill_n<
is_scalar
>::fill_n(begin, n, value);
type_traits.h
141
//
is_scalar
144
struct
is_scalar
struct in namespace:std
Completed in 181 milliseconds