RTC Toolkit  1.0.0
Classes | Namespaces
matrixSpan.hpp File Reference

Declaration of the MatrixSpan template class used in APIs. More...

#include <array>
#include <cassert>
#include <gsl/span>

Go to the source code of this file.

Classes

class  rtctk::componentFramework::MatrixSpan< T >
 A span class that simply extends gsl::span to record the number of rows and columns of a matrix and checks that this correctly corresponds to the underlying buffer size in debug builds. More...
 

Namespaces

 rtctk
 
 rtctk::componentFramework
 

Detailed Description

Declaration of the MatrixSpan template class used in APIs.