Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
Loading...
Searching...
No Matches
ChunkTest Class Reference
+ Inheritance diagram for ChunkTest:
+ Collaboration diagram for ChunkTest:

Protected Types

using value_type = int
 

Protected Attributes

chunk_processing::Chunk< value_typebasic_chunker {2}
 
std::vector< value_typetest_data {1, 2, 3, 4, 5}
 

Detailed Description

Definition at line 14 of file chunk_test.cpp.

Member Typedef Documentation

◆ value_type

using ChunkTest::value_type = int
protected

Definition at line 16 of file chunk_test.cpp.

Member Data Documentation

◆ basic_chunker

chunk_processing::Chunk<value_type> ChunkTest::basic_chunker {2}
protected

Definition at line 17 of file chunk_test.cpp.

17{2};

◆ test_data

std::vector<value_type> ChunkTest::test_data {1, 2, 3, 4, 5}
protected

Definition at line 18 of file chunk_test.cpp.

18{1, 2, 3, 4, 5};

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