lsst.afw ge15bfa9975+e3573e3735
|
#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 | |
namespace | lsst |
namespace | lsst::afw |
namespace | lsst::afw::typehandling |
namespace | 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) |