Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
format.hpp File Reference

Core formatting functions: format, vformat, and format_printf. More...

#include "sham/format/aliases.hpp"
#include "sham/format/format_exception.hpp"
#include <fmt/printf.h>
Include dependency graph for format.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sham
 namespace for backends this one is named only sham since shambackends is too long to write
namespace  shambase
 namespace for basic c++ utilities

Detailed Description

Core formatting functions: format, vformat, and format_printf.

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

This is the primary entry point for the shamformat library. It re-exports aliases and exception declarations from the other headers and provides the public formatting API wrapped with exception handling.

Definition in file format.hpp.