halcheck 1.0
Loading...
Searching...
No Matches
halcheck::lib::is_specialization_of< T, F > Struct Template Reference

Determines if a type is a specialization of a template class. More...

#include <type_traits.hpp>

Inheritance diagram for halcheck::lib::is_specialization_of< T, F >:
std::false_type

Detailed Description

template<typename T, template< typename... > class F>
struct halcheck::lib::is_specialization_of< T, F >

Determines if a type is a specialization of a template class.

Template Parameters
TThe type to query.
FThe template class to determine if T is a specialization of.

The documentation for this struct was generated from the following file: