sparrow 2.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
Loading...
Searching...
No Matches
sparrow::RangeOfFormats Concept Reference

#include <format.hpp>

Concept definition

template<typename T>
concept RangeOfFormats = std::ranges::range<T> && Format<std::ranges::range_value_t<T>>

Detailed Description

Definition at line 196 of file format.hpp.