OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_STLP_IS_POD
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/config/
_msvc.h
86
# define
_STLP_IS_POD
(T) __is_pod(T)
_mwerks.h
144
# define
_STLP_IS_POD
(T) Metrowerks::is_POD<T>::value
Completed in 11 milliseconds