generate_parameter_library_py.string_filters_cpp module

generate_parameter_library_py.string_filters_cpp.valid_string_cpp(description)

Filter a string to make it a valid C++ string literal.

Args:

description (str): The input string to be filtered.

Returns:

str: The filtered string that is a valid C++ string.