std::is_object(3)
NAME
std::is_object
SYNOPSIS
Inherits std::integral_constant< bool,!(std::is_function< _Tp >::value||std::is_reference< _Tp >::value||std::is_void< _Tp >::value)>.
Detailed Description
- template<typename _Tp> struct std::is_object< _Tp >
- is_object
- Definition at line 224 of file tr1_impl/type_traits.
- Public Types
- typedef integral_constant< _Tp, __v > type typedef _Tp value_type
- Static Public Attributes
- static const _Tp value
Author
- Generated automatically by Doxygen for libstdc++ from the source code.