|
C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
|
Public Types | |
| using | type = T |
Static Public Member Functions | |
|
template<typename U > requires std::same_as<T, std::decay_t<U>> | |
| static constexpr decltype(auto) | value_ref (U &&obj) noexcept |
Static Public Attributes | |
| static constexpr auto && | name = Name |