ROSE  0.11.96.11
Public Types | Public Member Functions | List of all members
Sawyer::Error< char[N]> Class Template Reference

Description

template<size_t N>
class Sawyer::Error< char[N]>

Definition at line 184 of file Result.h.

Public Types

using Value = std::string
 

Public Member Functions

 Error (const Error &other)
 Copy constructor.
 
 Error (const Value &error)
 Construct from a value.
 
const Value & operator* () const
 Dereference to obtain error.
 
const Value * operator-> () const
 Dereference to obtain pointer to error.
 
Erroroperator= (const Error &other)
 Assignment.
 
Erroroperator= (const Value &error)
 Assignment.
 

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