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 line segment in n-dimensional space. The class is parameterized by a PointConc...
Definition segment.h:41
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: