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
 

Public Attributes

F && f
 

Detailed Description

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

Definition at line 86 of file container_memory.h.

Member Function Documentation

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

Definition at line 88 of file container_memory.h.

Member Data Documentation

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

Definition at line 92 of file container_memory.h.


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


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59