ChampSim
type_traits.h File Reference
#include <type_traits>
Include dependency graph for type_traits.h:
This graph shows which files directly or indirectly include this file:

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