|
Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
|
#include <algorithm>#include <type_traits>#include <vector>
Include dependency graph for chunk_common.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | chunk_processing::is_vector< T > |
| struct | chunk_processing::is_vector< std::vector< T, A > > |
Namespaces | |
| namespace | chunk_processing |
Macros | |
| #define | CHUNK_EXPORT __attribute__((visibility("default"))) |
Functions | |
| template<typename T > | |
| bool | chunk_processing::is_jagged (const std::vector< std::vector< T > > &data) |
| template<typename T > | |
| bool | chunk_processing::is_jagged_3d (const std::vector< std::vector< std::vector< T > > > &data) |
| #define CHUNK_EXPORT __attribute__((visibility("default"))) |
Definition at line 6 of file chunk_common.hpp.