repr 0.1
Reconstructable string representations and more
|
#include <members.h>
Public Types | |
using | class_type = C |
using | type = typename decltype(get_type())::type |
Public Member Functions | |
template<typename Obj > requires (std::same_as<Obj, class_type>) | |
constexpr decltype(auto) | operator() (Obj &&obj) noexcept |
Public Attributes | |
T C::* | value |
using librepr::Accessor< T C::* >::type = typename decltype(get_type())::type |
|
inlineconstexprnoexcept |
T C::* librepr::Accessor< T C::* >::value |