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