4#include "Stroika/Frameworks/StroikaPreComp.h"
8#include "Measurement.h"
12using namespace Stroika::Frameworks;
13using namespace Stroika::Frameworks::SystemPerformance;
24 sb <<
"Type: "sv << fType;
25 sb <<
", Value: "sv << fValue;
Similar to String, but intended to more efficiently construct a String. Mutable type (String is large...
String is like std::u32string, except it is much easier to use, often much more space efficient,...