32#ifndef TCLAP_OPTIONAL_UNLABELED_TRACKER_H
33#define TCLAP_OPTIONAL_UNLABELED_TRACKER_H
39template <
class DUMMY =
int>
45 static void check(
bool req,
const std::string& argName );
62 "You can't specify ANY Unlabeled Arg following an optional Unlabeled Arg",
static void check(bool req, const std::string &argName)
static bool & alreadyOptionalRef()
static void gotOptional()
static bool & alreadyOptional()
Thrown from Arg and CmdLine when an Arg is improperly specified, e.g.