Malloy
Loading...
Searching...
No Matches
lib
malloy
core
http
type_traits.hpp
1
#pragma once
2
3
#include <boost/beast/http/type_traits.hpp>
4
5
namespace
malloy::http::concepts
6
{
7
8
template
<
typename
B>
9
concept
body
= boost::beast::http::is_body<B>::value;
10
11
}
malloy::http::concepts::body
Definition:
type_traits.hpp:9
Generated by
1.9.6