C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::detail::tl_subset_of< ListA, ListB > Struct Template Reference

Evaluates to true if ListA is a subset of ListB, i.e., if all elements in ListA are also in ListB. More...

Detailed Description

template<class ListA, class ListB>
struct caf::detail::tl_subset_of< ListA, ListB >

Evaluates to true if ListA is a subset of ListB, i.e., if all elements in ListA are also in ListB.


The documentation for this struct was generated from the following file: