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
)
(
,
const FullyQualifiedNameType name
,
)
if (
isInputRange!T
)

Parameters

members
Type: T

range of the members to pretty print

name
Type: FullyQualifiedNameType

fqn name of the type that have the members

m
Type: CppModule

module to generate code in.

Meta