kDB: Knowledge DataBase
Loading...
Searching...
No Matches
knowCore
details
contains
knowCore::details::contains< T, Ts > Struct Template Reference
#include <
Global.h
>
Inheritance diagram for knowCore::details::contains< T, Ts >:
[
legend
]
Collaboration diagram for knowCore::details::contains< T, Ts >:
[
legend
]
Detailed Description
template<typename T, typename... Ts>
struct knowCore::details::contains< T, Ts >
Define a trait that test if T is in the set Ts.
contains_v<int, QString, QByteArray> ==
false
;
contains_v<QString, QString, QByteArray> ==
true
;
The documentation for this struct was generated from the following file:
knowl/src/knowCore/
Global.h
Generated by
1.12.0