Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
initialization.hpp
Go to the documentation of this file.
1#pragma once
2#ifndef _TIME_SHIELD_INITIALIZATION_HPP_INCLUDED
3#define _TIME_SHIELD_INITIALIZATION_HPP_INCLUDED
4
9
10#include "time_utils.hpp"
11
12namespace time_shield {
13
17
21inline void initialize_library() {
23}
24
26
27}; // namespace time_shield
28
29#endif // _TIME_SHIELD_INITIALIZATION_HPP_INCLUDED
void initialize_library()
Initialize the Time Shield library.
long microseconds()
Get the number of microseconds since the UNIX epoch.
Main namespace for the Time Shield library.
Header file with time-related utility functions.