mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
3a40a63832
Using std::string_view over std::string (and const std::string&) has the advantage that we skip potential temporary std::string objects that are immediately thrown away, thus slowing down the code. It can also be implicitly cast to std::string, which makes it compatible with existing code that uses std::string. |
||
---|---|---|
.. | ||
gs | ||
obs-signal-handler.cpp | ||
obs-signal-handler.hpp | ||
obs-source-factory.cpp | ||
obs-source-factory.hpp | ||
obs-source-tracker.cpp | ||
obs-source-tracker.hpp | ||
obs-source.cpp | ||
obs-source.hpp | ||
obs-tools.cpp | ||
obs-tools.hpp |