GEOSX
Namespaces
sortedArrayManipulationHelpers.hpp File Reference

Contains helper functions for the sortedArrayManipulation routines. Much of this was adapted from stl_heap.h and stl_algo.h of the gcc standard library See https://gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/include/bits/. More...

#include "LvArrayConfig.hpp"
#include "Macros.hpp"
#include <utility>

Go to the source code of this file.

Namespaces

 LvArray
 The top level namespace.
 
 LvArray::sortedArrayManipulation
 Contains functions for operating on a contiguous sorted unique array of values.
 

Detailed Description

Contains helper functions for the sortedArrayManipulation routines. Much of this was adapted from stl_heap.h and stl_algo.h of the gcc standard library See https://gcc.gnu.org/svn/gcc/trunk/libstdc++-v3/include/bits/.

Definition in file sortedArrayManipulationHelpers.hpp.