RESTinio
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 
13 namespace restinio
14 {
16 
17 } /* namespace restinio */
std::enable_if< std::is_same< Parameter_Container, query_string_params_t >::value||std::is_same< Parameter_Container, router::route_params_t >::value, std::optional< Value_Type > >::type opt_value(const Parameter_Container &params, string_view_t key)
Gets the value of a parameter specified by key wrapped in std::optional<Value_Type> if parameter exis...
Definition: value_or.hpp:64