std::is_function(3)
NAME
std::is_function
SYNOPSIS
Inherits std::integral_constant< bool,!(std::__in_array< _Tp >::__value||std::is_abstract< _Tp >::value||std::is_reference< _Tp >::value||std::is_void< _Tp >::value)>.
Detailed Description
- template<typename _Tp> struct std::is_function< _Tp >
- is_function
- Definition at line 201 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.