Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Slot.hpp File Reference
#include <toolbox/util/Traits.hpp>
Include dependency graph for Slot.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  toolbox::util::BasicSlot< 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