Functor class template contained_in implements the subset relation. More...
#include <sub_super_set.hpp>


Public Member Functions | |
| bool | operator() (const Type &sub, const Type &super) const |
| Apply the subset relation. More... | |
Functor class template contained_in implements the subset relation.
|
inline |
Apply the subset relation.
contained_in(sub, super) is true if sub is contained in super
References boost::icl::contains().