MCPcopy Create free account
hub / github.com/fmtlib/fmt / basic_test_string

Method basic_test_string

test/util.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40 public:
41 explicit basic_test_string(const Char* value = empty) : value_(value) {}
42
43 auto value() const -> const std::basic_string<Char>& { return value_; }
44};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected