std::tr1::is_void

NAME

std::tr1::is_void -

SYNOPSIS


Inherits std::tr1::integral_constant< bool, false >.

Detailed Description

template<typename> struct std::tr1::is_void<>

primary type categories [4.5.1].
Definition at line 106 of file type_traits.

Public Types

typedef integral_constant< bool, __v > type
typedef bool value_type

Static Public Attributes

static const bool value

Author

Generated automatically by Doxygen for libstdc++ from the source code.