|
RTC Toolkit
2.0.0
|
Declaration of the MatrixBuffer template class used in APIs. More...
#include <cassert>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | rtctk::componentFramework::MatrixBuffer< T, A > |
Namespaces | |
| rtctk | |
| rtctk::componentFramework | |
Functions | |
| template<typename T , typename A > | |
| constexpr bool | rtctk::componentFramework::operator== (const MatrixBuffer< T, A > &lhs, const MatrixBuffer< T, A > &rhs) noexcept |
| Compares two MatrixBuffer objects and returns true if they have the same shape and identical elements. More... | |
| template<typename T , typename A > | |
| constexpr bool | rtctk::componentFramework::operator!= (const MatrixBuffer< T, A > &lhs, const MatrixBuffer< T, A > &rhs) noexcept |
| Compares two MatrixBuffer objects and returns true if they do not have the same shape or the elements are different. More... | |
| template<typename T , typename A > | |
| constexpr bool | rtctk::componentFramework::operator< (const MatrixBuffer< T, A > &lhs, const MatrixBuffer< T, A > &rhs) noexcept |
Compares two MatrixBuffer objects and returns true for the following cases: More... | |
| template<typename T , typename A > | |
| constexpr bool | rtctk::componentFramework::operator<= (const MatrixBuffer< T, A > &lhs, const MatrixBuffer< T, A > &rhs) noexcept |
Compares two MatrixBuffer objects and effectively returns rhs < lhs or rhs == lhs. More... | |
| template<typename T , typename A > | |
| constexpr bool | rtctk::componentFramework::operator> (const MatrixBuffer< T, A > &lhs, const MatrixBuffer< T, A > &rhs) noexcept |
Compares two MatrixBuffer objects and returns true for the following cases: More... | |
| template<typename T , typename A > | |
| constexpr bool | rtctk::componentFramework::operator>= (const MatrixBuffer< T, A > &lhs, const MatrixBuffer< T, A > &rhs) noexcept |
Compares two MatrixBuffer objects and effectively returns rhs > lhs or rhs == lhs. More... | |
Declaration of the MatrixBuffer template class used in APIs.