cutelyst
4.3.0
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-2023 Daniel Nicoletti <dantti12@gmail.com>
3
* SPDX-License-Identifier: BSD-3-Clause
4
*/
5
#pragma once
6
7
#include <QMetaType>
8
#include <QMultiMap>
9
#include <QString>
10
11
namespace
Cutelyst
{
12
23
using
ParamsMultiMap
=
QMultiMap<QString, QString>
;
24
25
}
// namespace Cutelyst
26
27
Q_DECLARE_METATYPE(
Cutelyst::ParamsMultiMap
)
Cutelyst
The Cutelyst namespace holds all public Cutelyst API.
Definition
group-core-actions.dox:1
QMultiMap
Cutelyst
paramsmultimap.h
Generated by
1.9.8