Template Class IntWrapper

Class Documentation

template<typename Tag, typename ValueType = int>
class IntWrapper

Public Functions

inline constexpr IntWrapper()
inline explicit constexpr IntWrapper(ValueType value)
inline constexpr ValueType as_value() const

Friends

friend auto operator<=>(IntWrapper const &lhs, IntWrapper const &rhs) = default