Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Classes | Namespaces | Functions
format.hpp File Reference

Shared helpers for C++ standard formatting support in Smith. More...

#include <format>
#include <sstream>
#include <string>
#include <string_view>
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.

Classes

struct  smith::format::OstreamFormatter
 Formatter that renders values through operator<<. More...
 

Namespaces

 smith
 Accelerator functionality.
 

Functions

template<typename T >
std::string smith::format::streamed (const T &value)
 Converts a value to a string using its stream insertion operator.
 

Detailed Description

Shared helpers for C++ standard formatting support in Smith.

Definition in file format.hpp.