Typedef cif::iset

Typedef Documentation

using cif::iset = std::set<std::string, iless>

iset is a std::set of std::string but with a comparator that ignores character case.