libcopp  2.2.0
Public Member Functions
future::small_object_optimize_storage_deleter< T > Struct Template Reference

#include <storage.h>

Collaboration diagram for future::small_object_optimize_storage_deleter< T >:
Collaboration graph

Public Member Functions

UTIL_FORCEINLINE void operator() (T *) const LIBCOPP_MACRO_NOEXCEPT
 
template<class U >
UTIL_FORCEINLINE void operator() (U *) const LIBCOPP_MACRO_NOEXCEPT
 

Detailed Description

template<class T>
struct future::small_object_optimize_storage_deleter< T >

Definition at line 41 of file storage.h.

Member Function Documentation

◆ operator()() [1/2]

template<class T >
UTIL_FORCEINLINE void future::small_object_optimize_storage_deleter< T >::operator() ( T *  ) const
inline

Definition at line 42 of file storage.h.

◆ operator()() [2/2]

template<class T >
template<class U >
UTIL_FORCEINLINE void future::small_object_optimize_storage_deleter< T >::operator() ( U *  ) const
inline

Definition at line 46 of file storage.h.


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