|
template<typename T > |
RangedValue< T > | castor::makeRangedValue (T const &value, T const &min, T const &max) noexcept |
| Helper function to create a ranged value.
|
|
|
template<typename T > |
bool | castor::operator== (RangedValue< T > const &lhs, T const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator!= (RangedValue< T > const &lhs, T const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator> (RangedValue< T > const &lhs, T const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator< (RangedValue< T > const &lhs, T const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator>= (RangedValue< T > const &lhs, T const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator<= (RangedValue< T > const &lhs, T const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator== (T const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator!= (T const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator> (T const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator< (T const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator>= (T const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator<= (T const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator== (RangedValue< T > const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator!= (RangedValue< T > const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator> (RangedValue< T > const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator< (RangedValue< T > const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator>= (RangedValue< T > const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
bool | castor::operator<= (RangedValue< T > const &lhs, RangedValue< T > const &rhs) noexcept |
|
|
template<typename T > |
T | castor::operator+ (T const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
T | castor::operator- (T const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
T | castor::operator* (T const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
T | castor::operator/ (T const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
T | castor::operator+ (RangedValue< T > const &lhs, T const &rhs) noexcept |
|
template<typename T > |
T | castor::operator- (RangedValue< T > const &lhs, T const &rhs) noexcept |
|
template<typename T > |
T | castor::operator* (RangedValue< T > const &lhs, T const &rhs) noexcept |
|
template<typename T > |
T | castor::operator/ (RangedValue< T > const &lhs, T const &rhs) noexcept |
|
template<typename T > |
T | castor::operator+ (RangedValue< T > const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
T | castor::operator- (RangedValue< T > const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
T | castor::operator* (RangedValue< T > const &lhs, RangedValue< T > const &rhs) noexcept |
|
template<typename T > |
T | castor::operator/ (RangedValue< T > const &lhs, RangedValue< T > const &rhs) noexcept |
|