|
ChampSim
|
#include <type_traits>Go to the source code of this file.
Classes | |
| struct | champsim::is_specialization< T, Primary > |
Namespaces | |
| champsim | |
Variables | |
| template<typename T , template< typename... > typename Primary> | |
| constexpr bool | champsim::is_specialization_v = false |
| template<template< typename... > typename Primary, typename... Args> | |
| constexpr bool | champsim::is_specialization_v< Primary< Args... >, Primary > = true |