wrenbind17::Method

wrenbind17::Method #

Module: Wrenbind17

#include <method.hpp>

Public Functions #

Name
Method() =default
Method(std::shared_ptr< Handle > variable, std::shared_ptr< Handle > handle)
~Method()
template <typename… Args> Any operator()(Args &&… args)
operator bool() const
void reset()

Public Functions Documentation #

function Method #

Method() =default

function Method #

inline Method(
    std::shared_ptr< Handle > variable,
    std::shared_ptr< Handle > handle
)

function ~Method #

inline ~Method()

function operator() #

template <typename... Args>
inline Any operator()(
    Args &&... args
)

function operator bool #

inline operator bool() const

function reset #

inline void reset()

Updated on 17 October 2023 at 12:26:25 UTC