SlHelpers
SlHelpers::LastErrorBase< More > Class Template Reference

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.
 

Detailed Description

template<typename... More>
class SlHelpers::LastErrorBase< More >

A base class for LastErrorStr and LastErrorStream.


The documentation for this class was generated from the following file: