Descripción
Get current system time
File Template: ❌
Prefix
time:now
Scopes
cpp
Snippet de código
#include <chrono>
auto ${1:now} = std::chrono::system_clock::now();
Get current system time
time:now
cpp
#include <chrono>
auto ${1:now} = std::chrono::system_clock::now();