|
LvArray
|
Contains the implementation of LvArray::SortedArrayView. More...


Go to the source code of this file.
Classes | |
| class | LvArray::SortedArrayView< T, INDEX_TYPE, BUFFER_TYPE > |
| This class provides a view into a SortedArray. More... | |
Namespaces | |
| LvArray | |
| The top level namespace. | |
Macros | |
| #define | SORTEDARRAY_CHECK_BOUNDS(index) |
Check that index falls within the size of the first dimension. More... | |
Variables | |
| template<class > | |
| constexpr bool | LvArray::isSortedArrayView = false |
| True if the template type is a SortedArrayView. | |
| template<class T , class INDEX_TYPE , template< typename > class BUFFER_TYPE> | |
| constexpr bool | LvArray::isSortedArrayView< SortedArrayView< T, INDEX_TYPE, BUFFER_TYPE > > = true |
| Specialization of isSortedArrayView for the SortedArrayView class. More... | |
Contains the implementation of LvArray::SortedArrayView.
| #define SORTEDARRAY_CHECK_BOUNDS | ( | index | ) |
Check that index falls within the size of the first dimension.
| index | The index to check. |
1.8.13