HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pvt::array_formatter< T, Elem, Size > Struct Template Reference

#include <fmt.h>

+ Inheritance diagram for pvt::array_formatter< T, Elem, Size >:

Public Member Functions

template<typename FormatContext >
auto format (const T &v, FormatContext &ctx) OIIO_FMT_CUSTOM_FORMATTER_CONST
 
- Public Member Functions inherited from pvt::format_parser_with_separator
FMT_CONSTEXPR auto parse (fmt::format_parse_context &ctx)
 

Additional Inherited Members

- Protected Attributes inherited from pvt::format_parser_with_separator
fmt::string_view elem_fmt
 
char sep = 0
 

Detailed Description

template<typename T, typename Elem, int Size>
struct pvt::array_formatter< T, Elem, Size >

Definition at line 176 of file fmt.h.

Member Function Documentation

template<typename T , typename Elem , int Size>
template<typename FormatContext >
auto pvt::array_formatter< T, Elem, Size >::format ( const T &  v,
FormatContext &  ctx 
)
inline

Definition at line 179 of file fmt.h.


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