Struct FlagExtractor

Struct Documentation

struct FlagExtractor

Functor to compute a flag bit, used to create an ndarray expression template for flag columns.

Public Types

typedef Field<Flag>::Element argument_type
typedef bool result_type

Public Functions

result_type operator()(argument_type element) const
FlagExtractor(Key<Flag> const &key)