Template Struct RefMut

Inheritance Relationships

Base Type

Struct Documentation

template<typename T>
struct RefMut : public proxsuite::linalg::veg::cmp::mut::RefMutBase

Public Functions

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

Friends

friend struct nb::mut