MVault 1.0.0
Simple c++ database
|
Functions that are available in the library. More...
Functions | |
template<template< class E, class Alloc=std::allocator< E > > class T> | |
void | mvlt::PrintAsTable (const T< VaultRecordRef > &container, const bool &isPrintId=false, const std::size_t &amountOfRecords=-1, const std::vector< std::string > &keys={}) noexcept |
A method for printing data as tables. | |
Functions that are available in the library.
|
noexcept |
A method for printing data as tables.
<T> | It takes the std container with VaultRecordRef objects. |
Not thread safety.
[in] | container | the std container with the VaultRecordRef`s to be printed |
[in] | isPrintId | will the unique IDs be printed in the table |
[in] | amountOfRecords | The number of records to be printed. The default value is -1, which means that all entries will be output |
[in] | keys | vector of keys to be printed. By default, the vector is empty, which means that all keys will be output |