CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
ContextUpdate< ContextType > Struct Template Referenceexport

Public Attributes

ContextType * ptr = nullptr
 

Static Public Attributes

static constexpr const char * type = refl::type_name<ContextUpdate<ContextType>>.data()
 

Detailed Description

template<typename ContextType>
struct ContextUpdate< ContextType >

Definition at line 15 of file component_contexts.cppm.

Member Data Documentation

◆ ptr

template<typename ContextType>
ContextType* ContextUpdate< ContextType >::ptr = nullptr

Definition at line 17 of file component_contexts.cppm.

◆ type

template<typename ContextType>
const char* ContextUpdate< ContextType >::type = refl::type_name<ContextUpdate<ContextType>>.data()
staticconstexpr

Definition at line 16 of file component_contexts.cppm.


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