cartobase  5.0.5
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==()