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

#include <container_memory.h>

List of all members.

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>
absl::container_internal::memory_internal::WithConstructedImplF< T, F >::decltype ( std::declval< F >  )(std::declval< T >()) 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:42:16