Header containing some simple args-handling routines: nothing sophisticated, just enough to keep the hand-written stuff from taking over main(). More...
#include <algorithm>#include <cstddef>#include <initializer_list>#include <iterator>#include <string>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| struct | osvr::util::args::detail::StringEqualityComparisonPolicy |
Namespaces | |
| osvr | |
| < | |
| osvr::util | |
| The Util library: Functionality not necessarily coupled to any particular core library, serving more as a common base layer behind all systems. | |
Typedefs | |
| using | osvr::util::args::ArgList = std::vector< std::string > |
Header containing some simple args-handling routines: nothing sophisticated, just enough to keep the hand-written stuff from taking over main().
Define OSVR_HAVE_BOOST before including if you want to be able to use the case-insensitive comparisons, etc.
Definition in file MiniArgsHandling.h.