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

#include <fmt.h>

+ Inheritance diagram for pvt::index_formatter< T, >:

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, OIIO_ENABLE_IF(has_subscript< T >::value &&has_size_method< T >::value)>
struct pvt::index_formatter< T, >

Definition at line 131 of file fmt.h.

Member Function Documentation

template<typename T , OIIO_ENABLE_IF(has_subscript< T >::value &&has_size_method< T >::value) >
template<typename FormatContext >
auto pvt::index_formatter< T, >::format ( const T &  v,
FormatContext &  ctx 
)
inline

Definition at line 134 of file fmt.h.


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