#include <format.hpp>
|
| template<class It> |
| constexpr It | parse (It it, It end) |
| |
| std::string | apply_alignment (std::string inner) const |
| |
| template<class Seq> |
| std::string | build_core (const Seq &seq) const |
| |
Definition at line 33 of file format.hpp.
◆ apply_alignment()
| std::string sparrow::detail::sequence_format_spec::apply_alignment |
( |
std::string | inner | ) |
const |
|
inline |
◆ build_core()
template<class Seq>
| std::string sparrow::detail::sequence_format_spec::build_core |
( |
const Seq & | seq | ) |
const |
|
inline |
◆ parse()
template<class It>
| It sparrow::detail::sequence_format_spec::parse |
( |
It | it, |
|
|
It | end ) |
|
inlineconstexpr |
◆ align
| char sparrow::detail::sequence_format_spec::align = '>' |
◆ fill
| char sparrow::detail::sequence_format_spec::fill = ' ' |
◆ width
| std::size_t sparrow::detail::sequence_format_spec::width = 0 |
The documentation for this struct was generated from the following file:
- /home/runner/work/sparrow/sparrow/include/sparrow/utils/format.hpp