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

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

#include <component.hpp>

Public Types

using type = class Device::clear
using type = class Component::clear

Detailed Description

template<has_clear Device, typename Component>
requires (!has_clear<Component>)
struct bugui::clear_t< Device, Component >

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

Provides a type alias for the clear nested type of the Component.


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