Time Shield Library
C++ library for working with time
|
Library initialization helpers. More...
Go to the source code of this file.
Namespaces | |
namespace | time_shield |
Main namespace for the Time Shield library. | |
Functions | |
void | time_shield::init () |
Initializes the Time Shield library. | |
Library initialization helpers.
Call ::init() once at the beginning of OnStart before using other functions from the library. It currently triggers the lazy initialization used by microseconds().
Definition in file initialization.mqh.