Zth (libzth)
Loading...
Searching...
No Matches
zth::SharedPointerOps< Impl, T > Class Template Reference

#include <sync.h>

Inheritance diagram for zth::SharedPointerOps< Impl, T >:
zth::SharedPointer< zth::Future< T * > > zth::SharedPointer< zth::Future< void > > zth::SharedPointer< zth::Future > zth::SharedPointer< zth::coro::generator_promise > zth::SharedPointer< zth::coro::task_promise > zth::SharedPointer< zth::TypedFiberN > zth::SharedPointer< zth::Future< T > >

Public Member Functions

constexpr T & operator* () const noexcept
 
constexpr T * operator-> () const noexcept
 

Detailed Description

template<typename Impl, typename T>
class zth::SharedPointerOps< Impl, T >

Definition at line 46 of file sync.h.

Member Function Documentation

◆ operator*()

template<typename Impl , typename T >
constexpr T & zth::SharedPointerOps< Impl, T >::operator* ( ) const
inlineconstexprnoexcept

Definition at line 48 of file sync.h.

◆ operator->()

template<typename Impl , typename T >
constexpr T * zth::SharedPointerOps< Impl, T >::operator-> ( ) const
inlineconstexprnoexcept

Definition at line 55 of file sync.h.


The documentation for this class was generated from the following file: