GEOSX
Public Member Functions | List of all members
GEOS_FMT_NS::formatter< geos::units::TimeFormatInfo > Struct Reference

Formatter to be able to directly use a DurationInfo as a GEOS_FMT() argument. More...

#include <Units.hpp>

Inheritance diagram for GEOS_FMT_NS::formatter< geos::units::TimeFormatInfo >:
Inheritance graph
[legend]

Public Member Functions

auto format (geos::units::TimeFormatInfo const &durationData, format_context &ctx)
 Format the specified TimeFormatInfo to a string. More...
 

Detailed Description

Formatter to be able to directly use a DurationInfo as a GEOS_FMT() argument.

Definition at line 234 of file Units.hpp.

Member Function Documentation

◆ format()

auto GEOS_FMT_NS::formatter< geos::units::TimeFormatInfo >::format ( geos::units::TimeFormatInfo const &  durationData,
format_context &  ctx 
)
inline

Format the specified TimeFormatInfo to a string.

Parameters
durationDatathe TimeFormatInfo object to format
ctxformatting state consisting of the formatting arguments and the output iterator
Returns
iterator to the output buffer

Definition at line 242 of file Units.hpp.


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