![]() |
Scarab
v2.9.0
Project 8 C++ Utility Library
|
#include <common.h>

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.
1.8.13