MCPcopy Create free account
hub / github.com/LBANN/lbann / init

Method init

include/lbann/utils/argument_parser.hpp:741–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

739
740template <typename ErrorHandler>
741void argument_parser<ErrorHandler>::init() noexcept
742{
743 params_["print help"] = false;
744 parser_ |= clara::ExeName();
745 parser_ |= clara::Help(std::any_cast<bool&>(params_["print help"]));
746}
747
748template <typename ErrorHandler>
749void argument_parser<ErrorHandler>::parse(int argc, char const* const argv[])

Callers 9

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 2

mainFunction · 0.64
mainFunction · 0.64