|
capydi
|
#include <RuntimeRef.hpp>
Public Types | |
| using | ReferentType = T |
| using | ReferenceType = T& |
| using | ConstReferenceType = const T& |
Public Member Functions | |
| constexpr | RuntimeRef (ReferenceType ref) |
| constexpr | operator ReferenceType () const noexcept |
| constexpr | operator ConstReferenceType () const noexcept |
| constexpr | operator RuntimeRef< const T > () const noexcept |
| using capy::meta::RuntimeRef< T >::ConstReferenceType = const T& |
| using capy::meta::RuntimeRef< T >::ReferenceType = T& |
| using capy::meta::RuntimeRef< T >::ReferentType = T |
|
inlineconstexpr |

|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
