BuGUI
BUtton Grid User Interface
Loading...
Searching...
No Matches
bugui::init_t< Device, Component > Struct Template Referencefinal

Provides a type alias for the init nested type of the Device, only if the Component does not also feature an init nested type. More...

#include <component.hpp>

Public Types

using type = class Device::init

Detailed Description

template<typename Device, typename Component>
requires (has_init<Device> && !has_init<Component>)
struct bugui::init_t< Device, Component >

Provides a type alias for the init nested type of the Device, only if the Component does not also feature an init nested type.


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