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
hi::v1::overloaded< Ts > Struct Template Reference

#include <hikogui/utility/type_traits.hpp>

Inheritance diagram for hi::v1::overloaded< Ts >:

Detailed Description

template<class... Ts>
struct hi::v1::overloaded< Ts >

Helper type to turn a set of lambdas into a single overloaded type to pass to std::visit().

Template Parameters
TsA set of lambdas with a single argument.

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