repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
visit.h
Go to the documentation of this file.
1#pragma once
2#include <type_traits>
3
6
7namespace librepr {
8template <typename T, typename V>
9void visit(V&& visitor) {
11}
12
13template <typename T, typename V>
18} // namespace librepr
Definition ctvi/ctvi.h:9
std::string code_for()
Definition repr:39
void visit(V &&visitor)
Definition visit.h:9
Definition reflection/reflect.h:16
Definition category.h:49