Struct BenchmarkFunction::callable

Nested Relationships

This struct is a nested type of Struct BenchmarkFunction.

Struct Documentation

struct callable

Public Functions

virtual void call(Chronometer meter) const = 0
virtual Catch::Detail::unique_ptr<callable> clone() const = 0
virtual ~callable()
callable() = default
callable(callable const&) = default
callable &operator=(callable const&) = default