1.6.0
CCC
 
Loading...
Searching...
No Matches
VectorNumT.hpp File Reference
#include "geoslib_define.h"
#include "VectorT.hpp"
#include <vector>
#include <limits>
#include <algorithm>
#include <cmath>

Classes

class  VectorNumT< T >
 

Typedefs

typedef VectorNumT< int > VectorInt
 
typedef VectorNumT< double > VectorDouble
 
typedef VectorNumT< float > VectorFloat
 
typedef VectorNumT< UCharVectorUChar
 
typedef VectorT< VectorIntVectorVectorInt
 
typedef VectorT< VectorDoubleVectorVectorDouble
 
typedef VectorT< VectorFloatVectorVectorFloat
 

Functions

template<typename T >
std::ostream & operator<< (std::ostream &os, const VectorT< VectorNumT< T > > &vec)
 

Typedef Documentation

◆ VectorDouble

typedef VectorNumT<double> VectorDouble

◆ VectorFloat

typedef VectorNumT<float> VectorFloat

◆ VectorInt

typedef VectorNumT<int> VectorInt

◆ VectorUChar

◆ VectorVectorDouble

◆ VectorVectorFloat

◆ VectorVectorInt

Function Documentation

◆ operator<<()

template<typename T >
std::ostream & operator<< ( std::ostream &  os,
const VectorT< VectorNumT< T > > &  vec 
)