|
Chromium Embedded Framework (CEF) 148.0.4+ga59e378+chromium-148.0.7778.40
|
True if and only if the type T is an instantiation of the template C with some set of type arguments.
More...
#include "include/base/cef_is_instantiation.h"
True if and only if the type T is an instantiation of the template C with some set of type arguments.
Note that there is no allowance for reference or const/volatile qualifiers; if these are a concern you probably want to feed through std::decay_t<T>.