Visual Computing Library
devel
|
Trait to check if a type is derived from a specialization of a given template. More...
#include <vclib/base/variadic_templates.h>
Static Public Attributes | |
static constexpr bool | value |
Static Private Member Functions | |
static std::false_type | test (...) |
template<typename... Args> | |
static std::true_type | test (const Template< Args... > *) |
Trait to check if a type is derived from a specialization of a given template.
This trait combines inheritance checking with template specialization detection.
Usage:
|
staticconstexpr |