Malloy
Loading...
Searching...
No Matches
malloy
server
concepts
request_validator
malloy::server::concepts::request_validator Concept Reference
Concept definition
template
<
typename
P>
concept
malloy::server::concepts::request_validator
=
requires
(P p,
const
boost::beast::http::request_header<>& h) {
{ std::invoke(p, h) } ->
malloy::concepts::is_container_of<malloy::http::response, std::optional>
;
}
malloy::concepts::is_container_of
Definition:
type_traits.hpp:120
malloy::server::concepts::request_validator
Definition:
type_traits.hpp:42
Generated by
1.9.6