Template Struct Ref

Inheritance Relationships

Base Type

Struct Documentation

template<typename T>
struct Ref : public proxsuite::linalg::veg::cmp::ref::RefBase

Public Functions

inline VEG_NODISCARD VEG_INLINE constexpr auto get () const noexcept -> T const &
inline VEG_NODISCARD VEG_INLINE constexpr auto operator* () const noexcept -> T const &
inline VEG_NODISCARD VEG_INLINE constexpr auto operator-> () const noexcept -> T const *

Friends

friend struct nb::ref