Malloy
Loading...
Searching...
No Matches
malloy
server
http
auth
detail
base64_decoder
malloy::server::http::auth::detail::base64_decoder Concept Reference
Concept definition
template
<
typename
D>
concept
malloy::server::http::auth::detail::base64_decoder
=
requires
(std::string_view v, std::string s)
{
{ base64_decoder_helper<D>{}(v, s) };
}
malloy::server::http::auth::detail::base64_decoder
Definition:
basic.hpp:33
Generated by
1.9.6