MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
marvin_Utils.h File Reference
#include <marvin/library/marvin_Literals.h>
#include <span>
#include <string>
#include <fstream>
#include <sstream>
#include <optional>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  marvin
 A mostly harmless top-level namespace.
 
namespace  marvin::utils
 Utility helper functions and classes.
 

Functions

template<typename T>
void marvin::utils::writeToCsv (const std::string &path, std::span< T > data)
 
std::optional< std::string > marvin::utils::getCurrentExecutablePath ()
 
bool marvin::utils::readBinaryFile (const std::string &path, std::vector< char > &data)