Public Types | List of all members
absl::str_format_internal::FormatArgImpl::DecayType< T, typename std::enable_if< !str_format_internal::HasUserDefinedConvert< T >::value &&std::is_enum< T >::value >::type > Struct Template Reference

Public Types

using type = typename std::underlying_type< T >::type
 

Detailed Description

template<typename T>
struct absl::str_format_internal::FormatArgImpl::DecayType< T, typename std::enable_if< !str_format_internal::HasUserDefinedConvert< T >::value &&std::is_enum< T >::value >::type >

Definition at line 270 of file arg.h.

Member Typedef Documentation

template<typename T >
using absl::str_format_internal::FormatArgImpl::DecayType< T, typename std::enable_if< !str_format_internal::HasUserDefinedConvert< T >::value &&std::is_enum< T >::value >::type >::type = typename std::underlying_type<T>::type

Definition at line 274 of file arg.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