MCPcopy Create free account
hub / github.com/boost-ext/ut / operator""_benchmark

Function operator""_benchmark

example/benchmark.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32[[nodiscard]] auto operator""_benchmark(const char* _name,
33 decltype(sizeof("")) size) {
34 return ::benchmark::benchmark{{_name, size}};
35}
36
37#if defined(__GNUC__) or defined(__clang__)
38template <class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected