Async++ unknown
Async (co_await/co_return) code for C++
Loading...
Searching...
No Matches
asyncpp::ref< T > Member List

This is the complete list of members for asyncpp::ref< T >, including all inherited members.

get() const noexceptasyncpp::ref< T >inline
operator bool() const noexceptasyncpp::ref< T >inlineexplicit
operator!() const noexceptasyncpp::ref< T >inline
operator*() const noexceptasyncpp::ref< T >inline
operator->() const noexceptasyncpp::ref< T >inline
operator=(const ref &other) noexcept(noexcept(refcounted_add_ref(std::declval< T * >())) &&noexcept(refcounted_remove_ref(std::declval< T * >())))asyncpp::ref< T >inline
operator=(ref &&other) noexcept(noexcept(refcounted_remove_ref(std::declval< T * >())))asyncpp::ref< T >inline
ref() noexceptasyncpp::ref< T >inline
ref(T *ptr, decltype(adopt_ref)) noexceptasyncpp::ref< T >inline
ref(T *ptr) noexcept(noexcept(refcounted_add_ref(std::declval< T * >())))asyncpp::ref< T >inline
ref(const ref &other) noexcept(noexcept(refcounted_add_ref(std::declval< T * >())))asyncpp::ref< T >inline
ref(ref &&other) noexceptasyncpp::ref< T >inline
release() noexceptasyncpp::ref< T >inline
reset(T *ptr) noexcept(noexcept(refcounted_add_ref(std::declval< T * >())) &&noexcept(refcounted_remove_ref(std::declval< T * >())))asyncpp::ref< T >inline
reset(T *ptr, decltype(adopt_ref)) noexcept(noexcept(refcounted_remove_ref(std::declval< T * >())))asyncpp::ref< T >inline
reset() noexcept(noexcept(refcounted_remove_ref(std::declval< T * >())))asyncpp::ref< T >inline
~ref() noexcept(noexcept(refcounted_remove_ref(std::declval< T * >())))asyncpp::ref< T >inline