libSDL2pp
C++ bindings/wrapper for SDL2
Loading...
Searching...
No Matches
Classes | Variables
General

SDL library initialization and shutdown functions and error handling. More...

Classes

class  SDL2pp::Exception
 Exception object representing SDL2 error More...
 
class  SDL2pp::SDL
 Helper class taking care of SDL library initialization and deinitialization. More...
 
class  Optional
 Optional value container More...
 
class  BadOptionalAccess
 Exception thrown on accessing a SDL2pp::Optional object with uninitialized state More...
 

Variables

constexpr std::nullopt_t SDL2pp::NullOpt = std::nullopt
 Null value for SDL2pp::Optional.
 

Detailed Description

SDL library initialization and shutdown functions and error handling.

Variable Documentation

◆ NullOpt

SDL2pp::NullOpt = std::nullopt
constexpr