MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Generators

Method Generators

Source/ThirdParty/catch2/catch.hpp:4030–4033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4028 public:
4029 template <typename... Gs>
4030 Generators(Gs &&... moreGenerators) {
4031 m_generators.reserve(sizeof...(Gs));
4032 populate(std::forward<Gs>(moreGenerators)...);
4033 }
4034
4035 T const& get() const override {
4036 return m_generators[m_current].get();

Callers

nothing calls this directly

Calls 1

reserveMethod · 0.45

Tested by

no test coverage detected