Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::icl::super_sub_set< Type > Struct Template Reference

Functor class template contains implements the superset relation. More...

#include <sub_super_set.hpp>

Inheritance diagram for boost::icl::super_sub_set< Type >:
Collaboration diagram for boost::icl::super_sub_set< Type >:

Public Member Functions

bool operator() (const Type &super, const Type &sub) const
 Apply the superset relation. More...
 

Detailed Description

template<class Type>
struct boost::icl::super_sub_set< Type >

Functor class template contains implements the superset relation.

Member Function Documentation

template<class Type >
bool boost::icl::super_sub_set< Type >::operator() ( const Type &  super,
const Type &  sub 
) const
inline

Apply the superset relation.

contains(super, sub) is true if super containes sub

References boost::icl::contains().


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