![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
#include <combine_boolean_operator.h>
Class defining a function object returning the logical OR between the results of several given function objects. The current implementation provides a version from two to ten parameters. If the code is compiled using the c++0x standard, the number of parameters is not limited (use -std=c++0x
with gcc
).
Si | are function objects with an operator() taking one argument and returning a Boolean (such as Atom selection). |