ゴミ箱
|
#include <boost/beast/config.hpp>
#include <boost/version.hpp>
#include <boost/utility/string_ref.hpp>
#include <algorithm>
Go to the source code of this file.
Classes | |
struct | boost::beast::iless |
struct | boost::beast::iequal |
Namespaces | |
boost | |
boost::beast | |
boost::beast::detail | |
Macros | |
#define | BOOST_BEAST_NO_BOOST_STRING_VIEW 1 |
Typedefs | |
using | boost::beast::string_view = boost::string_ref |
The type of string view used by the library. More... | |
template<class CharT , class Traits > | |
using | boost::beast::basic_string_view = boost::basic_string_ref< CharT, Traits > |
The type of basic string view used by the library. More... | |
Functions | |
char | boost::beast::detail::ascii_tolower (char c) |
template<class = void> | |
bool | boost::beast::detail::iequals (beast::string_view lhs, beast::string_view rhs) |
bool | boost::beast::iequals (beast::string_view lhs, beast::string_view rhs) |
#define BOOST_BEAST_NO_BOOST_STRING_VIEW 1 |