generateGtestPrettyPrintImpl

Generate Google Test pretty printers of a PODs public members.

This mean that the actual values are printed instead of the byte representation.

void
generateGtestPrettyPrintImpl
(
T
)
(,
FullyQualifiedNameType name
,)
if (
isInputRange!T
)

Parameters

members T

range of the members to pretty print

name FullyQualifiedNameType

fqn name of the type that have the members

m CppModule

module to generate code in.

Meta