Scarab  v2.11.1
Project 8 C++ Utility Library
is_instantiation< Class, T > Struct Template Reference

#include <common.h>

Inheritance diagram for is_instantiation< Class, T >:
Inheritance graph

Detailed Description

template<template< typename... > class Class, typename T>
struct pybind11::detail::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 605 of file detail/common.h.


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