MCPcopy Create free account
hub / github.com/apache/trafficserver / MapGenerator

Method MapGenerator

lib/catch2/catch.hpp:4264–4268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4262 public:
4263 template <typename F2 = Func>
4264 MapGenerator(F2&& function, GeneratorWrapper<U>&& generator) :
4265 m_generator(std::move(generator)),
4266 m_function(std::forward<F2>(function)),
4267 m_cache(m_function(m_generator.get()))
4268 {}
4269
4270 T const& get() const override {
4271 return m_cache;

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected