HikoGUI
Select Version:
⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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: