LvArray
Classes | Namespaces | Variables
SortedArray.hpp File Reference

Contains the implementation of LvArray::SortedArray. More...

#include "SortedArrayView.hpp"
Include dependency graph for SortedArray.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Contains the implementation of LvArray::SortedArray.