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
15#endif
16
17namespace restinio
18{
19 using string_view_t = nonstd::string_view;
20
21} /* namespace restinio */
nonstd::string_view string_view_t
Definition: string_view.hpp:19