GEOSX
Classes | Namespaces | Variables
SortedArray.hpp File Reference

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

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.

Definition in file SortedArray.hpp.