Public Member Functions | Public Attributes | List of all members
absl::container_internal::memory_internal::WithConstructedImplF< T, F > Struct Template Reference

#include <container_memory.h>

Public Member Functions

template<class... Args>
decltype(std::declval< F >()(std::declval< T >())) operator() (Args &&... args) const
 
template<class... Args>
decltype(std::declval< F >()(std::declval< T >())) operator() (Args &&... args) const
 

Public Attributes

F && f
 

Detailed Description

template<class T, class F>
struct absl::container_internal::memory_internal::WithConstructedImplF< T, F >

Definition at line 99 of file abseil-cpp/absl/container/internal/container_memory.h.

Member Function Documentation

◆ operator()() [1/2]

template<class T , class F >
template<class... Args>
decltype(std::declval<F>()(std::declval<T>())) absl::container_internal::memory_internal::WithConstructedImplF< T, F >::operator() ( Args &&...  args) const
inline

◆ operator()() [2/2]

template<class T , class F >
template<class... Args>
decltype(std::declval<F>()(std::declval<T>())) absl::container_internal::memory_internal::WithConstructedImplF< T, F >::operator() ( Args &&...  args) const
inline

Member Data Documentation

◆ f

template<class T , class F >
F && absl::container_internal::memory_internal::WithConstructedImplF< T, F >::f

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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:02:51