cutelyst  3.9.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
paramsmultimap.h
1 /*
2  * SPDX-FileCopyrightText: (C) 2014-2022 Daniel Nicoletti <dantti12@gmail.com>
3  * SPDX-License-Identifier: BSD-3-Clause
4  */
5 #ifndef PARAMSMULTIMAP_H
6 #define PARAMSMULTIMAP_H
7 
8 #include <QMetaType>
9 #include <QMultiMap>
10 #include <QString>
11 
12 namespace Cutelyst {
13 
24 
25 } // namespace Cutelyst
26 
27 Q_DECLARE_METATYPE(Cutelyst::ParamsMultiMap)
28 
29 #endif // PARAMSMULTIMAP_H
The Cutelyst namespace holds all public Cutelyst API.
Definition: Mainpage.dox:7