17 std::unique_ptr < cli::Arg > m_param;
26 CastsIntrospectionCommand (std::unique_ptr < cli::Arg > param,
bool from,
bool to ) : m_param (
std::move ( param ) ), m_from ( from ), m_to ( to ) {
Definition: CastsIntrospectionCommand.h:16
CastsIntrospectionCommand(std::unique_ptr< cli::Arg > param, bool from, bool to)
Definition: CastsIntrospectionCommand.h:26
CommandResult run(Environment &environment) const override
Definition: CastsIntrospectionCommand.cpp:31
Definition: Environment.h:29
Class extending the list class from the standard library. Original reason is to allow printing of the...
Definition: list.hpp:44
Class extending the pair class from the standard library. Original reason is to allow printing of the...
Definition: pair.hpp:43
Class extending the tuple class from the standard library. Original reason is to allow printing of th...
Definition: tuple.hpp:42
CommandResult
Definition: CommandResult.h:10
Definition: FordFulkerson.hpp:16