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

r - radius More...

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

Public Member Functions

template<typename UNIT, typename T>
E & r (const quantify::quantity_t< UNIT, T > &_r_)
 
template<typename UNIT, typename T>
E & r (quantify::quantity_t< UNIT, T > &&_r_)
 
E & r (const int &_r_)
 
E & r (int &&_r_)
 

Public Attributes

int _r = 0
 

Detailed Description

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

r - radius

Definition at line 325 of file attributes.cppm.

Member Function Documentation

◆ r() [1/4]

template<typename E>
E & vg::attr_r< E >::r ( const int & _r_)
inlineexport

Definition at line 325 of file attributes.cppm.

◆ r() [2/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_r< E >::r ( const quantify::quantity_t< UNIT, T > & _r_)
inlineexport

Definition at line 325 of file attributes.cppm.

◆ r() [3/4]

template<typename E>
E & vg::attr_r< E >::r ( int && _r_)
inlineexport

Definition at line 325 of file attributes.cppm.

◆ r() [4/4]

template<typename E>
template<typename UNIT, typename T>
E & vg::attr_r< E >::r ( quantify::quantity_t< UNIT, T > && _r_)
inlineexport

Definition at line 325 of file attributes.cppm.


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