DynXX-Cxx
Loading...
Searching...
No Matches
KeyT Concept Reference

#include <Types.hxx>

Concept definition

template<typename T>
concept KeyT = std::convertible_to<T, std::string_view> ||
std::convertible_to<T, std::string> ||
std::convertible_to<T, const char*>
Definition Types.hxx:66