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

Protected Attributes

std::vector< int > test_data = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
 

Detailed Description

Definition at line 5 of file test_chunking.cpp.

Member Data Documentation

◆ test_data

std::vector<int> ChunkingTest::test_data = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}
protected

Definition at line 7 of file test_chunking.cpp.

7{1, 2, 3, 4, 5, 6, 7, 8, 9, 10};

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