repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
visit_aggregate.h File Reference
#include <type_traits>
#include "arity.h"
Include dependency graph for visit_aggregate.h:
This graph shows which files directly or indirectly include this file:

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)