Public Member Functions
absl::str_format_internal::FormatSpecTemplate< Args > Class Template Reference

#include <bind.h>

List of all members.

Public Member Functions

 FormatSpecTemplate (const char *s)
 FormatSpecTemplate (string_view s)
template<Conv... C, typename = typename std::enable_if< sizeof...(C) == sizeof...(Args) && AllOf(Contains(ArgumentToConv<Args>(), C)...)>::type>
 FormatSpecTemplate (const ExtendedParsedFormat< C...> &pc)

Detailed Description

template<typename... Args>
class absl::str_format_internal::FormatSpecTemplate< Args >

Definition at line 72 of file bind.h.


Constructor & Destructor Documentation

template<typename... Args>
absl::str_format_internal::FormatSpecTemplate< Args >::FormatSpecTemplate ( const char *  s) [inline]

Definition at line 119 of file bind.h.

template<typename... Args>
absl::str_format_internal::FormatSpecTemplate< Args >::FormatSpecTemplate ( string_view  s) [inline]

Definition at line 120 of file bind.h.

template<typename... Args>
template<Conv... C, typename = typename std::enable_if< sizeof...(C) == sizeof...(Args) && AllOf(Contains(ArgumentToConv<Args>(), C)...)>::type>
absl::str_format_internal::FormatSpecTemplate< Args >::FormatSpecTemplate ( const ExtendedParsedFormat< C...> &  pc) [inline]

Definition at line 128 of file bind.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