steady_clock.cpp
Go to the documentation of this file.
1 #include <chrono>
2 
3 int main() {
4  typedef std::chrono::steady_clock Clock;
5  Clock::time_point tp = Clock::now();
6  ((void)tp);
7 }
void
typedef void(APIENTRY *GLDEBUGPROCARB)(GLenum source
main
int main()
Definition: steady_clock.cpp:3


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:06:59