|
| scalar | operator+ (const scalar &t, const one &) noexcept |
| scalar | operator+ (const one &, const scalar &t) noexcept |
| scalar | operator- (const scalar &t, const one &) noexcept |
| scalar | operator- (const one &, const scalar &t) noexcept |
| constexpr const one & | operator* (const one &o, const one &) noexcept |
| template<class Type> |
| constexpr const Type & | operator* (const Type &val, const one &) noexcept |
| template<class Type> |
| constexpr const Type & | operator* (const one &, const Type &val) noexcept |
| template<class Type> |
| constexpr const Type & | operator& (const one &, const Type &val) noexcept |
| constexpr const one & | operator/ (const one &o, const one &) noexcept |
| template<class Type> |
| Type | operator/ (const one &, const Type &val) |
| template<class Type> |
| constexpr const Type & | operator/ (const Type &val, const one &) noexcept |
| constexpr const one & | min (const one &o, const one &) noexcept |
| template<class Type> |
| Type | min (const one &, const Type &t) noexcept |
| template<class Type> |
| Type | min (const Type &t, const one &) noexcept |
| constexpr const one & | max (const one &o, const one &) noexcept |
| template<class Type> |
| Type | max (const one &, const Type &t) noexcept |
| template<class Type> |
| Type | max (const Type &t, const one &) noexcept |
Original source file oneI.H
Definition in file oneI.H.