Public Member Functions | Private Attributes | List of all members
absl::FormatRawSink Class Reference

#include <str_format.h>

Public Member Functions

template<typename T , typename = typename std::enable_if<std::is_constructible< str_format_internal::FormatRawSinkImpl, T*>::value>::type>
 FormatRawSink (T *raw)
 

Private Attributes

str_format_internal::FormatRawSinkImpl sink_
 

Detailed Description

Definition at line 423 of file str_format.h.

Constructor & Destructor Documentation

template<typename T , typename = typename std::enable_if<std::is_constructible< str_format_internal::FormatRawSinkImpl, T*>::value>::type>
absl::FormatRawSink::FormatRawSink ( T *  raw)
inline

Definition at line 430 of file str_format.h.

Member Data Documentation

str_format_internal::FormatRawSinkImpl absl::FormatRawSink::sink_
private

Definition at line 435 of file str_format.h.


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


abseil_cpp
Author(s):
autogenerated on Tue Jun 18 2019 19:44:38