RESTinio
Loading...
Searching...
No Matches
string_view.hpp
Go to the documentation of this file.
1/*
2 restinio
3*/
4
5/*!
6 Adoption for std::string_view (c++17).
7*/
8
9#pragma once
10
11#include <string_view>
12
13namespace restinio
14{
16
17} /* namespace restinio */