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
11
12#include "time_utils.hpp"
13
14namespace time_shield {
15
22 inline void init() {
24 }
25
26}; // namespace time_shield
27
28#endif // _TIME_SHIELD_INITIALIZATION_HPP_INCLUDED
void init()
Initializes the Time Shield library.
int64_t now_realtime_us()
Get current real time in microseconds using a hybrid method.
Main namespace for the Time Shield library.
Header file with time-related utility functions.