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::type_documentation< T > Struct Template Reference

Detailed Description

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

Documentation of a type.

namespace my {
struct simple {
int foo;
};
}
template<>
struct hi::type_documentation<my::simple> {
};
Documentation of a type.
Definition type_traits.hpp:710

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