|
SlHelpers
|
A base class for LastErrorStr and LastErrorStream. More...
#include <LastError.h>
Public Member Functions | |
| template<size_t idx> | |
| std::tuple_element_t< idx, Tuple > & | get () noexcept |
| Get n-th error member. | |
| template<size_t idx> | |
| const std::tuple_element_t< idx, Tuple > & | get () const noexcept |
| Get n-th error member. | |
| template<size_t idx, typename Arg > | |
| void | set (Arg &&val) noexcept |
| Set n-th error member. | |
Protected Member Functions | |
| void | resetMembers () noexcept |
| Wipe out members. | |
A base class for LastErrorStr and LastErrorStream.