lsst.afw
21.0.0-46-g27369044f+532d44eec1
|
#include <functional>
#include <variant>
Go to the source code of this file.
Classes | |
struct | lsst::afw::typehandling::detail::refwrap_equals |
class | lsst::afw::typehandling::detail::refwrap_visitor< F > |
class | lsst::afw::typehandling::detail::refwrap_visitor< F & > |
Namespaces | |
lsst | |
A base class for image defects. | |
lsst::afw | |
lsst::afw::typehandling | |
lsst::afw::typehandling::detail | |
Functions | |
template<typename T > | |
std::reference_wrapper< T > | lsst::afw::typehandling::detail::refwrap_const_cast (std::reference_wrapper< T const > const &r) |
template<typename F > | |
refwrap_visitor< F > | lsst::afw::typehandling::detail::make_refwrap_visitor (F &&func) |