|
C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
|
Public Member Functions | |
| constexpr | implicit_number_casting_operator (T value) noexcept |
|
template<typename U > requires std::is_arithmetic_v<U> | |
| constexpr | operator U () const noexcept |
Public Attributes | |
| T | value |