CYD-UI
A C++ library for building native graphic user interfaces
Loading...
Searching...
No Matches
vg::attr_id< E > Struct Template Referenceexport

id More...

+ Inheritance diagram for vg::attr_id< E >:
+ Collaboration diagram for vg::attr_id< E >:

Public Member Functions

E & id (std::string &_id_)
 
E & id (std::string &&_id_)
 

Public Attributes

std::string _id = " "
 

Detailed Description

template<typename E>
struct vg::attr_id< E >

id

Definition at line 316 of file attributes.cppm.

Member Function Documentation

◆ id() [1/2]

template<typename E>
E & vg::attr_id< E >::id ( std::string && _id_)
inlineexport

Definition at line 316 of file attributes.cppm.

◆ id() [2/2]

template<typename E>
E & vg::attr_id< E >::id ( std::string & _id_)
inlineexport

Definition at line 316 of file attributes.cppm.


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