|
LvArray
|
Contains the implementation of LvArray::SortedArray. More...
#include "SortedArrayView.hpp"

Go to the source code of this file.
Classes | |
| class | LvArray::SortedArray< T, INDEX_TYPE, BUFFER_TYPE > |
| This class provides an interface similar to an std::set. More... | |
| class | LvArray::SortedArray< T, INDEX_TYPE, BUFFER_TYPE >::CallBacks |
| This class provides the callbacks for the sortedArrayManipulation sorted routines. More... | |
Namespaces | |
| LvArray | |
| The top level namespace. | |
Variables | |
| template<class > | |
| constexpr bool | LvArray::isSortedArray = false |
| True if the template type is a SortedArray. | |
| template<class T , class INDEX_TYPE , template< typename > class BUFFER_TYPE> | |
| constexpr bool | LvArray::isSortedArray< SortedArray< T, INDEX_TYPE, BUFFER_TYPE > > = true |
| Specialization of isSortedArrayView for the SortedArray class. More... | |
Contains the implementation of LvArray::SortedArray.
1.8.13