#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
class API
Array<T>
N Dimensional Array with copy-on-write semantics.
static void instantiation_guard()
Size of the specified dimension.
Definition at line 2767 of file Array.cc.
◆ NO_INSTANTIATE_ARRAY_SORT
#define NO_INSTANTIATE_ARRAY_SORT |
( |
|
T | ) |
|
◆ no_op_fcn()
template<typename T >
static T no_op_fcn |
( |
const T & |
x | ) |
|
|
static |
◆ operator<<()
template<typename T >
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Array< T > & |
a |
|
) |
| |
◆ safe_comparator()
◆ sort_isnan()
template<typename T >
bool sort_isnan |
( |
typename ref_param< T >::type |
| ) |
|
|
inline |