#include <ostream>
#include "Array-util.h"
#include "Array.h"
#include "lo-mappers.h"
#include "oct-locbuf.h"
Go to the source code of this file.
◆ INSTANTIATE_ARRAY
#define INSTANTIATE_ARRAY |
( |
|
T, |
|
|
|
API |
|
) |
| |
Value: template <> API void \
Array<T>::instantiation_guard () { } \
\
N Dimensional Array with copy-on-write semantics.
Definition at line 2767 of file Array.cc.
◆ NO_INSTANTIATE_ARRAY_SORT
◆ NO_INSTANTIATE_ARRAY_SORT_API
#define NO_INSTANTIATE_ARRAY_SORT_API |
( |
|
T, |
|
|
|
API |
|
) |
| |
◆ no_op_fcn()
template<typename T >
static T no_op_fcn |
( |
const T & |
x | ) |
|
|
static |
◆ operator<<()
template<typename T , typename
Alloc >
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const Array< T, Alloc > & |
a |
|
) |
| |
◆ safe_comparator()
template<typename T , typename
Alloc >
◆ sort_isnan()