Template Struct is_specialization_of< Primary, Primary< Args… > >

Inheritance Relationships

Base Types

  • public std::false_type

  • public std::true_type

Struct Documentation

template<template<typename...> class Primary, typename ...Args>
struct is_specialization_of<Primary, Primary<Args...>> : public std::false_type, public std::true_type