|
Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
|
Functions | |
| template<typename T > | |
| bool | is_valid_chunk (const std::vector< T > &chunk) |
| template<typename T > | |
| bool | is_valid_chunks (const std::vector< std::vector< T > > &chunks) |
| template<typename T > | |
| std::vector< std::vector< T > > | safe_copy (const std::vector< std::vector< T > > &chunks) |
| bool chunk_processing::detail::is_valid_chunk | ( | const std::vector< T > & | chunk | ) |
Definition at line 26 of file sub_chunk_strategies.hpp.
| bool chunk_processing::detail::is_valid_chunks | ( | const std::vector< std::vector< T > > & | chunks | ) |
Definition at line 31 of file sub_chunk_strategies.hpp.
Referenced by chunk_processing::RecursiveSubChunkStrategy< T >::safe_recursive_apply().
| std::vector< std::vector< T > > chunk_processing::detail::safe_copy | ( | const std::vector< std::vector< T > > & | chunks | ) |
Definition at line 37 of file sub_chunk_strategies.hpp.
Referenced by chunk_processing::RecursiveSubChunkStrategy< T >::safe_recursive_apply().