μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
is_instantiation< Class, T > Struct Template Reference

Check if T is an instantiation of the template Class. More...

#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/detail/common.h>

Inheritance diagram for is_instantiation< Class, T >:
[legend]
Collaboration diagram for is_instantiation< Class, T >:
[legend]

Detailed Description

template<template< typename... > class Class, typename T>
struct is_instantiation< Class, T >

Check if T is an instantiation of the template Class.

For example: is_instantiation<shared_ptr, T> is true if T == shared_ptr<U> where U can be anything.

Definition at line 893 of file common.h.


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