eswitch-v5
Advanced counterpart for switch statement in C++
eswitch_v5::is< T > Struct Template Reference

Description

template<typename T>
struct eswitch_v5::is< T >

Used to match for type of active entry in std::any, std::variant<...> and polymorphic types.

Definition at line 60 of file eswitch_v5.hpp.

Public Types

using type = T
 

Member Typedef Documentation

◆ type

template<typename T >
using eswitch_v5::is< T >::type = T

Definition at line 1001 of file eswitch_v5.hpp.