|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
#include <catch.hpp>


Public Member Functions | |
| TestInvokerAsMethod (void(C::*testAsMethod)()) noexcept | |
| void | invoke () const override |
Public Member Functions inherited from Catch::ITestInvoker | |
| virtual | ~ITestInvoker () |
Private Attributes | |
| void(C::* | m_testAsMethod )() |
|
inlinenoexcept |
|
inlineoverridevirtual |
Implements Catch::ITestInvoker.
Definition at line 608 of file catch.hpp.
References Catch::makeTestInvoker().
|
private |