HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Types
hi::v1::variant_decay< T > Struct Template Reference

#include <hikogui/utility/type_traits.hpp>

Public Types

using type = std::decay_t<T>
 

Detailed Description

template<typename T>
struct hi::v1::variant_decay< T >

Decays types for use as elements in std::variant.

Template Parameters
Ttype to be decayed, or when void converted to std::monostate.

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