Lumiera  0.pre.03
»edit your freedom«
ItemWrapper< void > Class Template Reference

#include "lib/wrapper.hpp"

Description

template<>
class lib::wrapper::ItemWrapper< void >

Fallback-specialisation for ItemWrapper<void>.

Remarks
This can be relevant when ItemWrapper is used to capture function results, yet the given function has return type void and is used for side-effects.

Definition at line 358 of file wrapper.hpp.

Public Member Functions

ItemWrapperdefaultInit ()
 
bool isValid () const
 
 operator bool () const
 
void operator* () const
 
void reset ()
 

Member Function Documentation

◆ operator*()

void operator* ( ) const
inline
Warning
does nothing

Definition at line 371 of file wrapper.hpp.

+ Collaboration diagram for ItemWrapper< void >:

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