lsst.afw g7304ef7ade+7dcd958d67
|
Functor to compute a flag bit, used to create an ndarray expression template for flag columns. More...
#include <BaseColumnView.h>
Public Types | |
using | argument_type = Field< Flag >::Element |
using | result_type = bool |
Public Member Functions | |
result_type | operator() (argument_type element) const |
FlagExtractor (Key< Flag > const &key) | |
Functor to compute a flag bit, used to create an ndarray expression template for flag columns.
Definition at line 16 of file BaseColumnView.h.
using lsst::afw::table::detail::FlagExtractor::argument_type = Field<Flag>::Element |
Definition at line 17 of file BaseColumnView.h.
using lsst::afw::table::detail::FlagExtractor::result_type = bool |
Definition at line 18 of file BaseColumnView.h.
|
inlineexplicit |
Definition at line 22 of file BaseColumnView.h.
|
inline |
Definition at line 20 of file BaseColumnView.h.