MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / PrintValue

Method PrintValue

tests/gtest/gtest.h:8891–8894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8889namespace internal2 {
8890template <typename T>
8891void TypeWithoutFormatter<T, kConvertibleToStringView>::PrintValue(
8892 const T& value, ::std::ostream* os) {
8893 internal::PrintTo(absl::string_view(value), os);
8894}
8895} // namespace internal2
8896#endif
8897

Callers

nothing calls this directly

Calls 1

PrintToFunction · 0.70

Tested by

no test coverage detected