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.
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::util | |
The Util library: Functionality not necessarily coupled to any particular core library, serving more as a common base layer behind all systems. | |
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.