TypeTemplateTraits::IsInstanceOf< Template, Template< Params... > > Struct Template Reference

Whether a type T is the instance of a given template Template. More...

#include <ArmarXCore/util/CPPUtility/TemplateMetaProgramming.h>

+ Inheritance diagram for TypeTemplateTraits::IsInstanceOf< Template, Template< Params... > >:

Detailed Description

template<template< class... > class Template, class... Params>
struct armarx::meta::TypeTemplateTraits::IsInstanceOf< Template, Template< Params... > >

Whether a type T is the instance of a given template Template.

(this is the case for true)

Definition at line 75 of file TemplateMetaProgramming.h.


The documentation for this struct was generated from the following file: