RESTinio
Loading...
Searching...
No Matches
string_view.hpp
Go to the documentation of this file.
1/*
2 restinio
3*/
4
9#pragma once
10
11#include <string_view>
12
13namespace restinio
14{
15 using string_view_t = std::string_view;
16
17} /* namespace restinio */
std::string_view string_view_t