tlx
Loading...
Searching...
No Matches

Specialized noop functor which returns a void. More...

#include <no_operation.hpp>

Public Member Functions

void operator() (...) const noexcept
 
 NoOperation (void return_value=void())
 
void operator() (...) const noexcept
 

Protected Attributes

void return_value_
 

Detailed Description

Specialized noop functor which returns a void.

Definition at line 38 of file no_operation.hpp.

Constructor & Destructor Documentation

◆ NoOperation()

NoOperation ( void return_value = ReturnType())
inlineexplicit

Definition at line 25 of file no_operation.hpp.

Member Function Documentation

◆ operator()() [1/2]

void operator() ( ...) const
inlinenoexcept

Definition at line 28 of file no_operation.hpp.

◆ operator()() [2/2]

void operator() ( ...) const
inlinenoexcept

Definition at line 41 of file no_operation.hpp.

Member Data Documentation

◆ return_value_

void return_value_
protected

Definition at line 33 of file no_operation.hpp.


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