Nui
Loading...
Searching...
No Matches
Nui
Detail
IsStringCharTypeUtf8Compatible
Nui::Detail::IsStringCharTypeUtf8Compatible Concept Reference
#include <
utf.hpp
>
Concept definition
template
<
typename
T>
concept
Nui::Detail::IsStringCharTypeUtf8Compatible
=
requires
(T
str
) {
typename
T::value_type;
requires
(
sizeof
(
typename
T::value_type) == 1);
}
Nui::Detail::IsStringCharTypeUtf8Compatible
Definition
utf.hpp:18
Nui::Detail::extractJsonMember
static constexpr auto extractJsonMember(nlohmann::json const &json) -> decltype(auto)
Definition
rpc_hub.hpp:29
Generated by
1.9.8