MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / create

Method create

unittests/catch.hpp:4070–4072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4068 class ReporterFactory : public IReporterFactory {
4069
4070 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const override {
4071 return std::unique_ptr<T>( new T( config ) );
4072 }
4073
4074 virtual std::string getDescription() const override {
4075 return T::getDescription();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected