STIR  6.3.0
Public Member Functions | List of all members
format_int Class Reference

A fast integer formatter. More...

#include "/home/sirfuser/devel/STIRdistrib/STIR/external_helpers/fmt/include/fmt/format.h"

Public Member Functions

FMT_CONSTEXPR20 format_int (int value)
 
FMT_CONSTEXPR20 format_int (long value)
 
FMT_CONSTEXPR20 format_int (long long value)
 
FMT_CONSTEXPR20 format_int (unsigned value)
 
FMT_CONSTEXPR20 format_int (unsigned long value)
 
FMT_CONSTEXPR20 format_int (unsigned long long value)
 
FMT_CONSTEXPR20 auto size () const -> size_t
 Returns the number of characters written to the output buffer.
 
FMT_CONSTEXPR20 auto data () const -> const char *
 Returns a pointer to the output buffer content. No terminating null character is appended.
 
FMT_CONSTEXPR20 auto c_str () const -> const char *
 Returns a pointer to the output buffer content with terminating null character appended.
 
auto str () const -> std::string
 Returns the content of the output buffer as an std::string.
 

Detailed Description

A fast integer formatter.


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