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 constexpr VEG_INLINE auto get () const noexcept -> T const &
inline VEG_NODISCARD constexpr VEG_INLINE auto operator* () const noexcept -> T const &
inline VEG_NODISCARD constexpr VEG_INLINE auto operator-> () const noexcept -> T const *

Friends

friend struct nb::ref