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