21 #include <celero/Benchmark.h> 22 #include <celero/Export.h> 23 #include <celero/Pimpl.h> 44 void push_back(std::shared_ptr<Benchmark> x);
49 bool containsGroup(
const std::string& x)
const;
51 std::shared_ptr<Benchmark> operator[](
size_t x);
52 std::shared_ptr<Benchmark> operator[](
const std::string& x);
Definition: TestVector.cpp:31
Definition: TestVector.h:34