1#ifndef CONVERT_CONTRACT_H
2#define CONVERT_CONTRACT_H
19 [[nodiscard]]
virtual std::optional<args>
convert(std::string_view arguments)
const noexcept = 0;
Contract for converting arguments to args.
Definition convert_contract.h:13
virtual std::optional< args > convert(std::string_view arguments) const noexcept=0
Convert arguments to args.