repr 0.1
Reconstructable string representations and more
|
Go to the source code of this file.
Namespaces | |
namespace | librepr |
namespace | librepr::detail |
Functions | |
template<typename T , typename V > requires (std::is_aggregate_v<std::remove_cvref_t<T>> && !std::is_array_v<std::remove_cvref_t<T>>) | |
constexpr auto | librepr::detail::visit_aggregate (V &&visitor, T &&object) |