|
repr 0.1
Reconstructable string representations and more
|
This is the complete list of members for librepr::category::Value< T >, including all inherited members.
| descend typedef | librepr::category::Value< T > | |
| explicit(false) Value(U &&obj) noexcept(noexcept(detail::convert_ref< type >(std::forward< U >(obj)))) | librepr::category::Value< T > | inline |
| explicit(false) operator type &() const noexcept | librepr::category::Value< T > | inline |
| operator*() const noexcept | librepr::category::Value< T > | inline |
| operator->() const noexcept | librepr::category::Value< T > | inline |
| operator=(const Value &) noexcept=default | librepr::category::Value< T > | |
| type typedef | librepr::category::Value< T > | |
| Value(const Value &) noexcept=default | librepr::category::Value< T > | |
| value() const noexcept | librepr::category::Value< T > | inline |
| visit(V &&visitor) | librepr::category::Value< T > | inline |
| ~Value()=default | librepr::category::Value< T > |