Volume Cartographer 2.27.0
Namespaces | Functions
DateTime.hpp File Reference
#include <chrono>
#include <cstddef>
#include <ctime>
#include <iomanip>
#include <iostream>
#include <regex>
#include <sstream>
Include dependency graph for DateTime.hpp:

Go to the source code of this file.

Namespaces

namespace  volcart
 Volume Cartographer library
 

Functions

auto volcart::DateTime () -> std::string
 Returns a string representation of the current date and time. More...
 
template<typename Rep , typename Period >
auto volcart::DurationToString (std::chrono::duration< Rep, Period > input) -> std::string
 Returns a string representation of the provided time duration. More...
 
template<typename Duration = std::chrono::milliseconds>
auto volcart::DurationFromString (const std::string &str) -> Duration
 Convert a duration string to a a std::chrono duration. More...