Go to the documentation of this file.
9 #ifndef EAGINE_NOTHING_HPP
10 #define EAGINE_NOTHING_HPP
23 template <
typename... T>
34 #endif // EAGINE_NOTHING_HPP
Common code is placed in this namespace.
Definition: eagine.hpp:21
Class representing "none" / "nothing" values.
Definition: nothing.hpp:17
constexpr nothing_t(T...) noexcept
Constructible from any number and types of arguments.
Definition: nothing.hpp:24
static constexpr nothing_t nothing
Constant of nothing_t type.
Definition: nothing.hpp:30