|
sparrow 2.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
#include <format.hpp>
Public Member Functions | |
| 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 |
Public Attributes | |
| char | fill = ' ' |
| char | align = '>' |
| std::size_t | width = 0 |
Definition at line 33 of file format.hpp.
|
inline |
Definition at line 91 of file format.hpp.
|
inline |
Definition at line 116 of file format.hpp.
|
inlineconstexpr |
| char sparrow::detail::sequence_format_spec::align = '>' |
Definition at line 36 of file format.hpp.
| char sparrow::detail::sequence_format_spec::fill = ' ' |
Definition at line 35 of file format.hpp.
| std::size_t sparrow::detail::sequence_format_spec::width = 0 |
Definition at line 37 of file format.hpp.