args-parser 6.3.6
Loading...
Searching...
No Matches
value_utils.hpp File Reference
#include "exceptions.hpp"
#include "types.hpp"
#include "utils.hpp"
#include <algorithm>
Include dependency graph for value_utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Args

Functions

template<typename Container, typename Cmd, typename Ctx>
bool Args::eatValues (Ctx &context, Container &container, const String &errorDescription, Cmd *cmdLine)
 Eat values in context.
template<typename Cmd, typename Ctx>
String Args::eatOneValue (Ctx &context, const String &errorDescription, Cmd *cmdLine)
 Eat one value.