struct
#include <xmol/proxy/proxy.h>
LessThanComparator
Contents
- Reference
Public functions
-
auto operator()(const proxy::
CoordRef& p1, const proxy:: CoordRef& p2) -> bool -
auto operator()(const proxy::
AtomRef& p1, const proxy:: AtomRef& p2) -> bool -
auto operator()(const proxy::
ResidueRef& p1, const proxy:: ResidueRef& p2) -> bool -
auto operator()(const proxy::
MoleculeRef& p1, const proxy:: MoleculeRef& p2) -> bool - auto operator()(const T& p1, const T& p2) -> bool
- Intentionally left unimplemented. Must be specialized individually.
Function documentation
bool xmol:: proxy:: Selection:: LessThanComparator:: operator()(const T& p1,
const T& p2)
#include <xmol/proxy/Selection.h>
Intentionally left unimplemented. Must be specialized individually.