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

Functor class template contained_in implements the subset relation. More...

#include <sub_super_set.hpp>

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

Public Member Functions

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

Detailed Description

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

Functor class template contained_in implements the subset relation.

Member Function Documentation

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

Apply the subset relation.

contained_in(sub, super) is true if sub is contained in super

References boost::icl::contains().


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