CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
attrs_component< T > Struct Template Referenceexport
+ Inheritance diagram for attrs_component< T >:
+ Collaboration diagram for attrs_component< T >:

Public Member Functions

bool operator== (const attrs_component &rhl) const
 
attrs_componentupdate_with (const attrs_component &rhl)
 
- Public Member Functions inherited from attr_content< void >
S & operator() (content &&_content_)
 
S & operator() (content &_content_)
 
void operator() (content &&_content_)
 
void operator() (content &_content_)
 
bool operator== (const attr_content &rhl) const
 
- Public Member Functions inherited from attribute_i
virtual ~attribute_i ()=default
 

Additional Inherited Members

- Public Attributes inherited from attr_content< void >
content _content
 

Detailed Description

template<typename T = void>
struct attrs_component< T >

Definition at line 60 of file component_attributes.cppm.

Member Function Documentation

◆ operator==()

template<typename T = void>
bool attrs_component< T >::operator== ( const attrs_component< T > & rhl) const
inline

Definition at line 61 of file component_attributes.cppm.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ update_with()

template<typename T = void>
attrs_component & attrs_component< T >::update_with ( const attrs_component< T > & rhl)
inline

Definition at line 65 of file component_attributes.cppm.


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