cartobase  5.1.2
block.h File Reference
#include <cartobase/config/cartobase_config.h>
#include <iterator>
#include <assert.h>
Include dependency graph for block.h:

Go to the source code of this file.

Classes

struct  carto::block< T, N >
 This array class extends the STL. More...
 

Namespaces

 carto
 

Functions

template<class T , size_t N>
bool operator== (const carto::block< T, N > &b1, const carto::block< T, N > &b2)
 

Function Documentation

◆ operator==()

template<class T , size_t N>
bool operator== ( const carto::block< T, N > &  b1,
const carto::block< T, N > &  b2 
)
inline

Definition at line 252 of file block.h.

References carto::block< T, N >::data.

Referenced by carto::GenericObject::operator!=().