AusweisApp
|
#include <functional>
#include <type_traits>
#include <QList>
gehe zum Quellcode dieser Datei
Namensbereiche | |
namespace | governikus |
Implementation of GeneralAuthenticate response APDUs. | |
Funktionen | |
template<typename S , typename T > | |
std::enable_if_t<!std::is_void_v< T >, QList< T > > | governikus::map (const std::function< T(const S &)> &pFunc, const QList< S > &pItems) |
template<typename T > | |
std::enable_if_t<!std::is_void_v< T >, QList< T > > | governikus::filter (const std::function< bool(const T &)> &pFunc, const QList< T > &pItems) |