from_void Struct Reference

Type to enable making a type convertible from void. More...

#include <atria/meta/utils.hpp>

Detailed Description

Type to enable making a type convertible from void.

The problem is that void can not be used as a parameter, so it is imposible to define a convertion between void and some types, in the degenerate cases where it is desirable.

See also
could_not_find_common_type

Definition at line 63 of file utils.hpp.


The documentation for this struct was generated from the following file:
Fork me on GitHub