avcpp  2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
Public Member Functions | Static Public Member Functions | List of all members
av::OptionalErrorCode Class Reference

#include <averror.h>

Public Member Functions

 OptionalErrorCode (std::error_code &ec)
 
 operator bool () const
 
std::error_code & operator* ()
 

Static Public Member Functions

static OptionalErrorCode null ()
 

Constructor & Destructor Documentation

◆ OptionalErrorCode()

av::OptionalErrorCode::OptionalErrorCode ( std::error_code &  ec)

Member Function Documentation

◆ null()

OptionalErrorCode av::OptionalErrorCode::null ( )
static

◆ operator bool()

av::OptionalErrorCode::operator bool ( ) const

◆ operator*()

error_code & av::OptionalErrorCode::operator* ( )

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