VCCC  2024.05
VisualCamp Common C++ library
bad_expected_access< E > Class Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__expected/bad_expected_access.hpp>

Public Member Functions

 bad_expected_access (E e)
 
const E & error () const &noexcept
 
E & error () &noexcept
 
const E && error () const &&noexcept
 
E && error () &&noexcept
 

Constructor & Destructor Documentation

◆ bad_expected_access()

bad_expected_access ( e)
inlineexplicit

Member Function Documentation

◆ error() [1/4]

E&& error ( ) &&
inlinenoexcept

◆ error() [2/4]

E& error ( ) &
inlinenoexcept

◆ error() [3/4]

const E&& error ( ) const &&
inlinenoexcept

◆ error() [4/4]

const E& error ( ) const &
inlinenoexcept

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