#include "Definitions.h"
#include <array>
#include <gsl/span>
#include <stdexcept>
#include <vector>
Go to the source code of this file.
|
template<typename T , template< typename > class Container> |
| cbm::algo::PartitionedSpan (Container< T > &, gsl::span< const size_t >, gsl::span< const u32 >) -> PartitionedSpan< T > |
|
template<typename T , template< typename > class Container> |
| cbm::algo::PartitionedSpan (const Container< T > &, gsl::span< const size_t >, gsl::span< const u32 >) -> PartitionedSpan< const T > |
|
template<typename T , typename Allocator > |
| cbm::algo::PartitionedSpan (PartitionedVector< T, Allocator > &) -> PartitionedSpan< T > |
|
template<typename T , typename Allocator > |
| cbm::algo::PartitionedSpan (const PartitionedVector< T, Allocator > &) -> PartitionedSpan< const T > |
|