MCPcopy Create free account
hub / github.com/bfgroup/Lyra / cli

Method cli

include/lyra/cli.hpp:215–218  ·  view source on GitHub ↗

tag::reference[] [#lyra_cli_ctor_copy] === Copy [source] ---- cli::cli(const cli& other); ---- end::reference[] */

Source from the content-addressed store, hash-verified

213
214end::reference[] */
215inline cli::cli(const cli & other)
216 : arguments(other)
217 , m_exeName(other.m_exeName)
218{ }
219
220/* tag::reference[]
221

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected