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