|
excgrid 0.1.0
Grid + XC-kernel + D3 library
|
Typedefs | |
| template<typename T> | |
| using | excgrid::Result = std::expected<T, ErrorCode> |
Enumerations | |
| enum class | excgrid::ErrorCode { ErrorCode::kInvalidArgument , ErrorCode::kUnsupported } |
The library's own minimal error convention (standalone discipline): fallible construction returns Result<T>; consumers translate the codes at their own boundary.
| using excgrid::Result = std::expected<T, ErrorCode> |
The library's result type.
|
strong |