refl-cpp
refl::trait::is_instance< T > Struct Template Reference

Detects whether T is a template specialization. More...

#include <refl.hpp>

Detailed Description

template<typename T>
struct refl::trait::is_instance< T >

Detects whether T is a template specialization.

Inherits from std::bool_constant<>.

is_instance<type_list<>>::value -> true
is_instance<int>::value -> false

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