is_instantiation< Class, T > Struct Template Reference

#include <common.h>

Inheritance diagram for is_instantiation< Class, T >:
Inheritance graph
[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 642 of file wrap/pybind11/include/pybind11/detail/common.h.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:48