funcy
1.6.1
|
Wrap a constant. More...
#include <constant.h>
Public Member Functions | |
constexpr | Constant (Type &&t_) noexcept(std::is_nothrow_move_constructible_v< Type >) |
constexpr | Constant (const Type &t_) noexcept(std::is_nothrow_copy_constructible_v< Type >) |
constexpr const Type & | operator() () const noexcept |
Function value. | |
Wrap a constant.