Chromium Embedded Framework (CEF) 148.0.4+ga59e378+chromium-148.0.7778.40
cef_is_instantiation.h File Reference
#include <type_traits>

Namespaces

namespace  base
 
namespace  base::cef_internal
 

Concepts

concept  base::is_instantiation
 True if and only if the type T is an instantiation of the template C with some set of type arguments.
 

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