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

Function PrintTupleTo

tests/gtest/gtest.h:8607–8608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8605// a tuple type.
8606template <typename T>
8607void PrintTupleTo(const T&, std::integral_constant<size_t, 0>,
8608 ::std::ostream*) {}
8609
8610template <typename T, size_t I>
8611void PrintTupleTo(const T& t, std::integral_constant<size_t, I>,

Callers 1

PrintToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected