(v0.19-24-g0617ca1 with changes)
#include <iostream>
#include <typeinfo>
#include <map>
#include <string>
#include <chrono>
Go to the source code of this file.
|
int | main (int argc, const char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
Definition at line 7 of file test.cpp.
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";