libsigc++
2.3.2
|
Compile-time determination of base-class relationship in C++ (adapted to match the syntax of boost's type_traits library). More...
#include <sigc++/type_traits.h>
Static Public Attributes | |
static const bool | value |
Compile-time determination of base-class relationship in C++ (adapted to match the syntax of boost's type_traits library).
Use this to provide a template specialization for a set of types. For instance,
sigc::is_base_and_derived<> is used internally in libsigc++. If you need such a template class elsewhere, and you have a C++11 compiler, std::is_base_of<> is recommended.
|
static |