DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
performanceTesting.hpp File Reference
#include <chrono>
#include <functional>
#include <type_traits>
#include <utility>

Go to the source code of this file.

Classes

struct  CppUtils::Testing::details::ReturnType< F, TArgs >
 

Namespaces

namespace  CppUtils
 
namespace  CppUtils::Testing
 
namespace  CppUtils::Testing::details
 

Functions

template<typename F, typename... TArgs>
constexpr decltype(auto) CppUtils::Testing::timeAndInvoke (F &&f, TArgs &&... args)