Skip to content

CollectionHelper::printSet

Synopses

Declared in <support/CollectionHelper.h>

static
void
printSet(
    set<string> const& setToPrint,
    string const& setString,
    string const& setElementString);
static
void
printSet(
    set<PreprocessingInfo*> const& setToPrint,
    string const& setString,
    string const& setElementString);

Created with MrDocs