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

d - path str More...

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

Public Member Functions

E & path_str (std::string &_path_str_)
 
E & path_str (std::string &&_path_str_)
 

Public Attributes

std::string _path_str = std::string{}
 

Detailed Description

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

d - path str

Definition at line 362 of file attributes.cppm.

Member Function Documentation

◆ path_str() [1/2]

template<typename E>
E & vg::attr_path_str< E >::path_str ( std::string && _path_str_)
inlineexport

Definition at line 362 of file attributes.cppm.

◆ path_str() [2/2]

template<typename E>
E & vg::attr_path_str< E >::path_str ( std::string & _path_str_)
inlineexport

Definition at line 362 of file attributes.cppm.


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