RESTinio
restinio
string_view.hpp
Go to the documentation of this file.
1
/*
2
restinio
3
*/
4
9
#pragma once
10
11
#if defined(RESTINIO_EXTERNAL_STRING_VIEW_LITE)
12
#include <nonstd/string_view.hpp>
13
#else
14
#include "
third_party/string-view-lite/string_view.hpp
"
15
#endif
16
17
namespace
restinio
18
{
19
using
string_view_t
= nonstd::string_view;
20
21
}
/* namespace restinio */
restinio
Definition:
asio_include.hpp:21
restinio::string_view_t
nonstd::string_view string_view_t
Definition:
string_view.hpp:19
string_view.hpp
Generated by
1.9.3