diff options
| author | Tyge Løvset <[email protected]> | 2020-10-30 15:06:06 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-30 15:06:06 +0100 |
| commit | 7e0a545a2dfe14068d6d625ac791eeb98ed6ad13 (patch) | |
| tree | 5aadf6d9409f9bf29cc325784f46c093528b68a3 | |
| parent | 6bb27d7054aee5c9e99166d6f11d0d7e7227cfe1 (diff) | |
| download | STC-modified-7e0a545a2dfe14068d6d625ac791eeb98ed6ad13.tar.gz STC-modified-7e0a545a2dfe14068d6d625ac791eeb98ed6ad13.zip | |
Description of cfmt.h
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ An elegant, fully typesafe, generic, customizable, user-friendly, consistent, an - **stc/cptr.h** - Support for pointers in containers, and a reference counted shared pointer **csptr**.
- **stc/coption.h** - Implementation of a **getopt_long()**-like function, *coption_get()*, to parse command line arguments.
- **stc/crandom.h** - A few very efficent modern random number generators *pcg32* and my own *64-bit PRNG* inspired by *sfc64*. Both uniform and normal distributions.
+- **stc/cfmt.h** - Implementation of **c_print()** with c++20 *std::format*-like formatting, including automatic detection of argument types.
- **stc/ccommon.h** - A common include file with a few general definitions.
The usage of the containers is vert similar to the C++ standard containers, so it should be easy if you are familiar with them.
|
