#include <ozo/core/unwrap.h>
Unwraps nullable or reference wrapped type.
Sometimes it is needed to know the underlying type of #Nullable or type is wrapped with std::reference_type
. So that is why the type exists. Convenient shortcut is ozo::unwrap_type
.
T | – type to unwrap. |
Types | |
using | type = < unwrapped type > |
Unwrapped type. | |