guanaqo 1.0.0-alpha.26
Utilities for scientific software
Loading...
Searching...
No Matches
timed.hpp File Reference

Detailed Description

RAII timing helper.

Definition in file timed.hpp.

#include <chrono>
#include <functional>
Include dependency graph for timed.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  guanaqo::Timed< std::chrono::duration< Rep, Period > >

Namespaces

namespace  guanaqo

Functions

template<class T, class F, class... Args>
decltype(auto) guanaqo::timed (T &time, F &&func, Args &&...args)