![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/util/Traits.hpp>

Go to the source code of this file.
Classes | |
| class | toolbox::util::BasicSlot< RetT(ArgsT...)> |
Namespaces | |
| namespace | toolbox |
| namespace | toolbox::util |
Functions | |
| template<auto FnT> | |
| constexpr auto | toolbox::util::bind () noexcept |
| template<typename ClassT > | |
| constexpr auto | toolbox::util::bind (ClassT *obj) noexcept |
| template<auto MemFnT, typename ClassT = typename FunctionTraits<decltype(MemFnT)>::ClassType> | |
| constexpr auto | toolbox::util::bind (ClassT *obj) noexcept |