0.5.4
C++ to UML diagram generator based on Clang
Loading...
Searching...
No Matches
Public Member Functions | List of all members
fmt::formatter< clanguml::common::eid_t > Class Reference

Detailed Description

Definition at line 348 of file types.h.

#include <types.h>

Public Member Functions

constexpr auto parse (format_parse_context &ctx)
 
template<typename Context >
constexpr auto format (clanguml::common::eid_t const &id, Context &ctx) const
 

Member Function Documentation

◆ format()

template<typename Context >
constexpr auto fmt::formatter< clanguml::common::eid_t >::format ( clanguml::common::eid_t const &  id,
Context &  ctx 
) const
inlineconstexpr

Definition at line 352 of file types.h.

353 {
354 return fmt::format_to(ctx.out(), "{}", id.value());
355 }

◆ parse()

constexpr auto fmt::formatter< clanguml::common::eid_t >::parse ( format_parse_context &  ctx)
inlineconstexpr

Definition at line 350 of file types.h.

350{ return ctx.begin(); }

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