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*>
KeyT
Definition
Types.hxx:66
Generated by
1.9.8