/* File : example.hxx */ #include std::set create_iset(const int size, const int* values); int sum_iset(const std::set iset); void concat_iset(std::set& iset, const std::set other_iset);