A collection of list operations.
More...
#include <Lists.h++>
|
template<typename T > |
static bool | listHasPrefix (const QList< T > &list, const QList< T > &prefix) |
|
template<typename T > |
static bool | listHasSuffix (const QList< T > &list, const QList< T > &suffix) |
|
A collection of list operations.
◆ listHasPrefix()
static bool listHasPrefix |
( |
const QList< T > & |
list, |
|
|
const QList< T > & |
prefix |
|
) |
| |
|
inlinestatic |
◆ listHasSuffix()
static bool listHasSuffix |
( |
const QList< T > & |
list, |
|
|
const QList< T > & |
suffix |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: