TypeTemplateTraits::IsInstanceOf< Template, T > 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, T >:

Detailed Description

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

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

(this is the case for false)

Definition at line 71 of file TemplateMetaProgramming.h.


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