merge method
Overrides any non-null parameters from options
into this to make a new
CppOptions.
Implementation
CppOptions merge(CppOptions options) {
return CppOptions.fromMap(mergeMaps(toMap(), options.toMap()));
}
Overrides any non-null parameters from options
into this to make a new
CppOptions.
CppOptions merge(CppOptions options) {
return CppOptions.fromMap(mergeMaps(toMap(), options.toMap()));
}