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