Trait to check if a type is a specialization of a given template.
More...
#include <vclib/base/variadic_templates.h>
template<
typename T,
template< typename... >
class Template>
struct vcl::IsSpecializationOf< T, Template >
Trait to check if a type is a specialization of a given template.
Usage:
A class representing a box in N-dimensional space.
Definition box.h:46
Trait to check if a type is a specialization of a given template.
Definition variadic_templates.h:233
The documentation for this struct was generated from the following file: