StringCombiner is a simple function object used to combine two strings visually - used in Iterable<>::Join () More...
#include <String.h>
StringCombiner is a simple function object used to combine two strings visually - used in Iterable<>::Join ()
This can combine strings in the obvious way (concatenation) - but defaults to separating them with a comma (', ').