Public Member Functions | Private Attributes
absl::strings_internal::DereferenceFormatterImpl< Formatter > Class Template Reference

#include <str_join_internal.h>

List of all members.

Public Member Functions

 DereferenceFormatterImpl ()
 DereferenceFormatterImpl (Formatter &&f)
template<typename T >
void operator() (std::string *out, const T &t)
template<typename T >
void operator() (std::string *out, const T &t) const

Private Attributes

Formatter f_

Detailed Description

template<typename Formatter>
class absl::strings_internal::DereferenceFormatterImpl< Formatter >

Definition at line 130 of file str_join_internal.h.


Constructor & Destructor Documentation

template<typename Formatter >
absl::strings_internal::DereferenceFormatterImpl< Formatter >::DereferenceFormatterImpl ( ) [inline]

Definition at line 132 of file str_join_internal.h.

template<typename Formatter >
absl::strings_internal::DereferenceFormatterImpl< Formatter >::DereferenceFormatterImpl ( Formatter &&  f) [inline, explicit]

Definition at line 133 of file str_join_internal.h.


Member Function Documentation

template<typename Formatter >
template<typename T >
void absl::strings_internal::DereferenceFormatterImpl< Formatter >::operator() ( std::string *  out,
const T &  t 
) [inline]

Definition at line 137 of file str_join_internal.h.

template<typename Formatter >
template<typename T >
void absl::strings_internal::DereferenceFormatterImpl< Formatter >::operator() ( std::string *  out,
const T &  t 
) const [inline]

Definition at line 142 of file str_join_internal.h.


Member Data Documentation

template<typename Formatter >
Formatter absl::strings_internal::DereferenceFormatterImpl< Formatter >::f_ [private]

Definition at line 147 of file str_join_internal.h.


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


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