RESTinio
Public Member Functions | List of all members
restinio::null_lock_t Struct Reference

Fake lock. More...

#include <ostream_logger.hpp>

Public Member Functions

constexpr void lock () const noexcept
 
constexpr bool try_lock () const noexcept
 
constexpr void unlock () const noexcept
 

Detailed Description

Fake lock.

Definition at line 28 of file ostream_logger.hpp.

Member Function Documentation

◆ lock()

constexpr void restinio::null_lock_t::lock ( ) const
inlinenoexcept

Definition at line 30 of file ostream_logger.hpp.

◆ try_lock()

constexpr bool restinio::null_lock_t::try_lock ( ) const
inlinenoexcept

Definition at line 32 of file ostream_logger.hpp.

◆ unlock()

constexpr void restinio::null_lock_t::unlock ( ) const
inlinenoexcept

Definition at line 34 of file ostream_logger.hpp.


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