stores offset and size used to indicate a byte range
More...
#include <byte_range_info.hpp>
stores offset and size used to indicate a byte range
Definition at line 37 of file byte_range_info.hpp.
◆ byte_range_info() [1/2]
constexpr cudf::io::text::byte_range_info::byte_range_info |
( |
int64_t |
offset, |
|
|
int64_t |
size |
|
) |
| |
|
inlineconstexpr |
◆ byte_range_info() [2/2]
constexpr cudf::io::text::byte_range_info::byte_range_info |
( |
byte_range_info const & |
other | ) |
|
|
constexprdefaultnoexcept |
Copy constructor.
- Parameters
-
◆ empty()
constexpr bool cudf::io::text::byte_range_info::empty |
( |
| ) |
|
|
inlineconstexpr |
Returns whether the span is empty.
- Returns
- true iff the span is empty, i.e.
size() == 0
Definition at line 89 of file byte_range_info.hpp.
◆ offset()
constexpr int64_t cudf::io::text::byte_range_info::offset |
( |
| ) |
|
|
inlineconstexpr |
◆ operator=()
Copy assignment operator.
- Parameters
-
- Returns
- this object after copying
◆ size()
constexpr int64_t cudf::io::text::byte_range_info::size |
( |
| ) |
|
|
inlineconstexpr |
The documentation for this class was generated from the following file: