Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
unit_test::runner::arg

Set the argument string.

void
arg(
    std::string const& s);
  » more...

Returns the argument string.

std::string const&
arg() const;
  » more...

PrevUpHomeNext