MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / create

Function create

Tactility/Include/Tactility/app/App.h:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79template<typename T>
80std::shared_ptr<App> create() { return std::shared_ptr<T>(new T); }
81
82/**
83 * @brief Start an app

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected