repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
repr/ctvi.h
Go to the documentation of this file.
1#pragma once
2#include <librepr/ctvi/ctvi.h>
3
4namespace librepr {
5
6template <auto V>
7constexpr inline auto reprof = ctvi::value<V>;
8
9} // namespace librepr
Definition ctvi/ctvi.h:9
constexpr auto reprof
Definition repr/ctvi.h:7