Result types module
Result and error types.
Instead of using exceptions, scn::
and others return an object of type scn::
, wrapped inside a scn::
.
Classes
-
template <typename T, typename E>class scn::expected
- class scn::scan_error
-
template <typename T>struct scn::scan_expected