...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::program_options::collect_unrecognized
// In header: <boost/program_options/parsers.hpp> template<typename charT> std::vector< std::basic_string< charT > > collect_unrecognized(const std::vector< basic_option< charT > > & options, enum collect_unrecognized_mode mode);