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

Formatter to be able to directly use a DataContext as a GEOS_FMT() argument. Inherits from formatter<std::string> to reuse its parse() method. More...

#include <DataContext.hpp>

Inheritance diagram for GEOS_FMT_NS::formatter< geos::dataRepository::DataContext >:
Inheritance graph
[legend]

Public Member Functions

auto format (geos::dataRepository::DataContext const &dataContext, format_context &ctx)
 Format the specified DataContext to a string. More...
 

Detailed Description

Formatter to be able to directly use a DataContext as a GEOS_FMT() argument. Inherits from formatter<std::string> to reuse its parse() method.

Definition at line 212 of file DataContext.hpp.

Member Function Documentation

◆ format()

auto GEOS_FMT_NS::formatter< geos::dataRepository::DataContext >::format ( geos::dataRepository::DataContext const &  dataContext,
format_context &  ctx 
)
inline

Format the specified DataContext to a string.

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

Definition at line 220 of file DataContext.hpp.


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