userver: utils::bad_expected_access Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
utils::bad_expected_access Class Reference

Detailed Description

Definition at line 14 of file expected.hpp.

+ Inheritance diagram for utils::bad_expected_access:
+ Collaboration diagram for utils::bad_expected_access:

Public Member Functions

 bad_expected_access (const std::string &message)
 
const charwhat () const noexcept override
 

Constructor & Destructor Documentation

◆ bad_expected_access()

utils::bad_expected_access::bad_expected_access ( const std::string & message)
inlineexplicit

Definition at line 18 of file expected.hpp.

Member Function Documentation

◆ what()

const char * utils::bad_expected_access::what ( ) const
inlineoverridenoexcept

Definition at line 21 of file expected.hpp.


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