proxygen
folly::detail::format_table_conv_make_item< Base, Size, Upper > Struct Template Reference

Classes

struct  make_item
 

Public Member Functions

constexpr std::array< char, Size > operator() (std::size_t index) const
 

Detailed Description

template<std::size_t Base, std::size_t Size, bool Upper = false>
struct folly::detail::format_table_conv_make_item< Base, Size, Upper >

Definition at line 46 of file Format.cpp.

Member Function Documentation

template<std::size_t Base, std::size_t Size, bool Upper = false>
constexpr std::array<char, Size> folly::detail::format_table_conv_make_item< Base, Size, Upper >::operator() ( std::size_t  index) const
inline

Definition at line 58 of file Format.cpp.

58  {
59  return make_array_with<Size>(make_item{index});
60  }

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