Template Class OutputFunctorKey¶
Defined in File FunctorKey.h
Inheritance Relationships¶
Derived Type¶
public lsst::afw::table::FunctorKey< T >
(Template Class FunctorKey)
Class Documentation¶
-
template<typename
T
>
classOutputFunctorKey
¶ Base class for objects that can extract a value from a record, but are not a true Key themselves.
Objects that inherit from OutputFunctorKey can be passed to BaseRecord::get(), just as true Keys can, but the record will simply pass itself to OutputFunctorKey::get() and return the result.
Subclassed by lsst::afw::table::FunctorKey< T >
Public Types
-
template<>
usingValue
= T¶ The data type for get.
-
template<>