ewmscp  ..
Functions
test.cpp File Reference

(v0.19-24-g0617ca1 with changes)

#include <iostream>
#include <typeinfo>
#include <map>
#include <string>
#include <chrono>
Include dependency graph for test.cpp:

Go to the source code of this file.

Functions

int main (int argc, const char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
const char *  argv[] 
)

Definition at line 7 of file test.cpp.

7  {
8  std::chrono::system_clock::time_point p(std::chrono::seconds(1) + std::chrono::nanoseconds(1000000));
9  std::cout << p.time_since_epoch().count() << "\n";
10  return 0;
11 }