Declaration and implementation of template class
StdMatrix.
More...
#include "keyvalue/extern/SharedPtr.h"
#include "keyvalue/extern/Vector.h"
#include "keyvalue/sys/exception/KV_ASSERT.h"
#include "keyvalue/value/Variant.h"
#include "keyvalue/value/Matrix.h"
Go to the source code of this file.
Classes | |
class | StdMatrix< ElementType > |
Converter from value::Matrix to shared_ptr<vector<std::vector<ElementType>>> . More... | |
Namespaces | |
namespace | keyvalue |
All functionalities of KeyValue library are inside this | |
namespace | keyvalue::key |
All key functionalities, including key::Key, key::Traits, key mappings are inside this |
Declaration and implementation of template class
StdMatrix.