Get self as a CppString

Property definitions

cpp :: cpp $ Text :: to_cpp_string
	# Get `self` as a `CppString`
	fun to_cpp_string: CppString do return to_cstring.to_cpp_string(length)
lib/cpp/cpp.nit:27,2--28,72