Go to the source code of this file.
|
| manak |
| C++ Unit Benchmarking Library.
|
|
|
template<class Case , typename RType , typename... Args> |
TManakCase< Case, RType, Args...> * | manak::CTManakCase (const std::string &name, const std::string &library_name, RType(*fun)(Args...), double tolerance, const size_t iterations, double success_p) |
|
template<class Case , typename RType , typename... Args> |
TManakCase< Case, RType, Args...> * | manak::CTManakCase (const std::string &name, const std::string &library_name, std::function< RType(Args...)> fun, double tolerance, const size_t iterations, double success_p) |
|