Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include <cstdint>
#include <fmt/format.h>
#include <memory>
#include <numeric>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | iv |
namespace | iv::utils |
namespace | iv::utils::map |
namespace | iv::utils::vector |
Functions | |
template<typename T > | |
void | iv::utils::vector::concatenate (std::vector< T > *v, const std::vector< T > &other) |
void | iv::utils::vector::createData (std::vector< bool > *bytes, const unsigned char *data, uint32_t numBytesData) |
void | iv::utils::vector::createDataInOrder (std::vector< bool > *bytes, const unsigned char *data, uint32_t numBytesData) |
template<typename T > | |
T | iv::utils::vector::summatory (std::vector< T > &v) |
template<typename T > | |
std::string | iv::utils::vector::toString (char separator, const std::vector< T > &v) |
template<typename T > | |
std::unique_ptr< uint32_t[]> | iv::utils::vector::getUIntPointer (std::vector< T > v) |