#include <R3BValueError.h>
|
| ValueError (const DataType &val, const DataType &err) |
|
| ValueError () |
|
auto | operator- () const -> ValueError< DataType > |
|
template<typename OtherType, typename = std::enable_if_t<std::is_arithmetic_v<OtherType>>> |
auto | operator+ (OtherType other) const -> ValueError< DataType > |
|
template<typename OtherType, typename = std::enable_if_t<std::is_arithmetic_v<OtherType>>> |
auto | operator* (OtherType other) const -> ValueError< DataType > |
|
template<typename OtherType, typename = std::enable_if_t<std::is_arithmetic_v<OtherType>>> |
auto | operator/ (OtherType other) const -> ValueError< DataType > |
|
template<typename OtherType, typename = std::enable_if_t<std::is_arithmetic_v<OtherType>>> |
auto | operator- (OtherType val) const -> ValueError< DataType > |
|
template<typename OtherType, typename = std::enable_if_t<std::is_arithmetic_v<OtherType>>> |
void | operator-= (OtherType other) |
|
| ClassDefNV (ValueError, 1) |
|
template<typename DataType>
struct R3B::ValueError< DataType >
Definition at line 22 of file R3BValueError.h.
◆ ValueError() [1/2]
template<typename DataType>
R3B::ValueError< DataType >::ValueError |
( |
const DataType & | val, |
|
|
const DataType & | err ) |
|
inline |
◆ ValueError() [2/2]
template<typename DataType>
◆ ClassDefNV()
template<typename DataType>
◆ operator*()
template<typename DataType>
template<typename OtherType, typename = std::enable_if_t<std::is_arithmetic_v<OtherType>>>
◆ operator+()
template<typename DataType>
template<typename OtherType, typename = std::enable_if_t<std::is_arithmetic_v<OtherType>>>
◆ operator-() [1/2]
template<typename DataType>
◆ operator-() [2/2]
template<typename DataType>
template<typename OtherType, typename = std::enable_if_t<std::is_arithmetic_v<OtherType>>>
◆ operator-=()
template<typename DataType>
template<typename OtherType, typename = std::enable_if_t<std::is_arithmetic_v<OtherType>>>
◆ operator/()
template<typename DataType>
template<typename OtherType, typename = std::enable_if_t<std::is_arithmetic_v<OtherType>>>
◆ error
template<typename DataType>
◆ valid
template<typename DataType>
◆ value
template<typename DataType>
The documentation for this struct was generated from the following file: