repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
to_reftuple.h File Reference
#include <memory>
#include <type_traits>
#include <utility>
#include <librepr/util/collections/reftuple.h>
#include "visit_aggregate.h"
Include dependency graph for to_reftuple.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 >
requires (std::is_aggregate_v<std::remove_cvref_t<T>> && !std::is_array_v<std::remove_cvref_t<T>>)
auto librepr::detail::to_reftuple (T &&object)