Loading [MathJax]/jax/input/TeX/config.js
MeshKernel
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages Concepts
FormattableType Concept Reference

Defines types that can be formatted. More...

#include <Formatting.hpp>

Concept definition

template<typename T>
concept FormattableType = std::floating_point<T> ||
std::integral<T> ||
std::same_as<T, std::string>
Defines types that can be formatted.
Definition Formatting.hpp:45

Detailed Description

Defines types that can be formatted.