|
Chromium Embedded Framework (CEF)
145.0.1+g472e75d+chromium-145.0.7632.5
|
#include <type_traits>Namespaces | |
| base | |
| base::cef_internal | |
Variables | |
| template<typename T , template< typename... > class C> | |
| constexpr bool | base::cef_internal::is_instantiation_v = false |
| template<template< typename... > class C, typename... Ts> | |
| constexpr bool | base::cef_internal::is_instantiation_v< C< Ts... >, C > = true |
| template<typename T , template< typename... > class C> | |
| concept | base::is_instantiation = cef_internal::is_instantiation_v<T, C> |
True if and only if the type T is an instantiation of the template C with some set of type arguments. More... | |