cuSBF
Loading...
Searching...
No Matches
Public Attributes | List of all members
cusbf::RecordBatchView Struct Reference

Dense host-resident sequence batch plus explicit record boundaries. More...

#include <Fastx.hpp>

Public Attributes

std::string_view sequence {}
 Raw record payloads concatenated.
 
std::span< const RecordRangerecords {}
 Ordered, non-overlapping record ranges.
 

Detailed Description

Dense host-resident sequence batch plus explicit record boundaries.

Definition at line 32 of file Fastx.hpp.

Member Data Documentation

◆ records

std::span<const RecordRange> cusbf::RecordBatchView::records {}

Ordered, non-overlapping record ranges.

Definition at line 36 of file Fastx.hpp.

36{};

◆ sequence

std::string_view cusbf::RecordBatchView::sequence {}

Raw record payloads concatenated.

Definition at line 34 of file Fastx.hpp.

34{};

The documentation for this struct was generated from the following file: