Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
Not_functor< S > Struct Template Reference

#include <combine_boolean_operator.h>

Detailed Description

template<class S>
struct ESBTL::Not_functor< S >

Class defining a function object returning the opposite result of a given function object.

Template Parameters
Sis a function object with an operator() taking one argument and returning a Boolean (such as Atom selection).