Zth (libzth)
Loading...
Searching...
No Matches
zth::Optional< void > Class Reference

#include <sync.h>

Public Types

typedef void type
 

Public Member Functions

 Optional (bool set=false) noexcept
 
bool valid () const noexcept
 
void reset () noexcept
 
void set () noexcept
 
void value () noexcept
 

Detailed Description

Definition at line 994 of file sync.h.

Member Typedef Documentation

◆ type

typedef void zth::Optional< void >::type

Definition at line 997 of file sync.h.

Constructor & Destructor Documentation

◆ Optional()

zth::Optional< void >::Optional ( bool  set = false)
inlinenoexcept

Definition at line 1000 of file sync.h.

Member Function Documentation

◆ reset()

void zth::Optional< void >::reset ( )
inlinenoexcept

Definition at line 1013 of file sync.h.

◆ set()

void zth::Optional< void >::set ( )
inlinenoexcept

Definition at line 1021 of file sync.h.

◆ valid()

bool zth::Optional< void >::valid ( ) const
inlinenoexcept

Definition at line 1004 of file sync.h.

◆ value()

void zth::Optional< void >::value ( )
inlinenoexcept

Definition at line 1050 of file sync.h.


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