repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
librepr::has_name Concept Reference

#include <reflection.h>

Concept definition

template<typename T>
concept librepr::has_name = std::is_enum_v<T> && requires(T obj) {
{ Settings<T>::name } -> std::convertible_to<std::string_view>;
}
Definition reflection.h:26
std::string code_for()
Definition repr:39