Krita Source Code Documentation
Loading...
Searching...
No Matches
krita_container_utils.h File Reference
#include <functional>
#include <QList>

Go to the source code of this file.

Classes

struct  KritaUtils::is_appendable_container< T >
 
struct  KritaUtils::is_container< T >
 

Namespaces

namespace  KritaUtils
 

Functions

template<class T >
bool KritaUtils::compareListsUnordered (const QList< T > &a, const QList< T > &b)
 
template<class C , typename KeepIfFunction >
auto KritaUtils::filterContainer (C &container, KeepIfFunction keepIf) -> decltype(bool(keepIf(container[0])), void())
 
template<class C >
void KritaUtils::makeContainerUnique (C &container)