ComPPare 1.0.0
|
Wrapper for a callable object to be used within NVBench. More...
#include <nvbench.hpp>
Public Member Functions | |
void | operator() (nvbench::state &st, nvbench::type_list<>) |
NvbenchCallable (F _f) | |
~NvbenchCallable ()=default | |
NvbenchCallable (const NvbenchCallable &other)=default | |
NvbenchCallable & | operator= (const NvbenchCallable &other)=default |
NvbenchCallable (NvbenchCallable &&other)=default | |
NvbenchCallable & | operator= (NvbenchCallable &&other)=default |
Public Attributes | |
F | f |
Wrapper for a callable object to be used within NVBench.
F | The type of the callable object. |
|
inline |
|
default |
|
default |
|
default |
|
inline |
|
default |
|
default |
F comppare::plugin::nvbenchplugin::NvbenchCallable< F >::f |