StackOverflow Questions for Tag: fmt

ILikeToLearn
ILikeToLearn

Reputation: 21

How to define a generic fmt formatter for a template class?

Score: 1

Views: 75

Answers: 2

Read More
user14530855
user14530855

Reputation: 115

Text formatting using std::format for enums

Score: 8

Views: 398

Answers: 2

Read More
user877329
user877329

Reputation: 6200

std::format specify the number of significant digits, but never switch to "e" notation

Score: 7

Views: 186

Answers: 1

Read More
Hesky Fisher
Hesky Fisher

Reputation: 1365

Is there an fmt view for nested calls?

Score: 4

Views: 143

Answers: 1

Read More
Alix Blaine
Alix Blaine

Reputation: 821

Display Unicode character in C++ {fmt} library

Score: 5

Views: 2360

Answers: 4

Read More
Boris
Boris

Reputation: 21

How to align and concatenate parts of string using {fmt}

Score: 0

Views: 73

Answers: 0

Read More
Mert Köklü
Mert Köklü

Reputation: 2231

How can I use C++20 std::format?

Score: 32

Views: 30422

Answers: 2

Read More
einpoklum
einpoklum

Reputation: 131385

How do I print a vector of chars using fmt?

Score: 6

Views: 4304

Answers: 3

Read More
Andrew Tomazos
Andrew Tomazos

Reputation: 68588

std::format of user-defined types?

Score: 32

Views: 8474

Answers: 2

Read More
sakcakoca
sakcakoca

Reputation: 39

Create std::formatter for template class for std::print support

Score: 2

Views: 119

Answers: 1

Read More
bolov
bolov

Reputation: 75668

How to read in std::format a dynamic option if that option is of a custom type

Score: 7

Views: 261

Answers: 3

Read More
sheeldotme
sheeldotme

Reputation: 2503

How do I reliably format std::vector<bool> with fmt's range support?

Score: 2

Views: 110

Answers: 1

Read More
Gregorio Litenstein
Gregorio Litenstein

Reputation: 631

C++17: Alignment of a second column of text

Score: -3

Views: 93

Answers: 3

Read More
Ton van den Heuvel
Ton van den Heuvel

Reputation: 10528

Custom type {fmt} formatters with external templates, any drawbacks?

Score: 5

Views: 1376

Answers: 1

Read More
climb4
climb4

Reputation: 314

Why are GCC and clang telling me that there's an unmatched left brace in my format string when using a custom type formatter?

Score: 3

Views: 169

Answers: 1

Read More
lagarkane
lagarkane

Reputation: 1005

conan + cmake generators : include directories not found during compilation

Score: 4

Views: 5326

Answers: 2

Read More
Tomáš Nadrchal
Tomáš Nadrchal

Reputation: 147

c++ fmt library - undefined reference

Score: 2

Views: 2793

Answers: 2

Read More
康桓瑋
康桓瑋

Reputation: 42736

What is the ideal way to customize the separators and brackets for formatting ranges?

Score: 2

Views: 201

Answers: 1

Read More
alfC
alfC

Reputation: 16242

Control {fmt} formatting of nested containers/ranges

Score: 2

Views: 87

Answers: 1

Read More
kevinjfq
kevinjfq

Reputation: 11

Using C++ {fmt}, is there a cleaner way to append a sequence of data to a string than using std::ostringstream?

Score: 1

Views: 3430

Answers: 1

Read More
PreviousPage 1Next