All operations require a common subset of information; this information forms the base arguments. More...
#include <operation.hpp>

Public Member Functions | |
| arg_base (std::string url) | |
| arg_base (arg_base const &)=default | |
| arg_base (arg_base &&) noexcept=default | |
| auto | operator= (arg_base const &) -> arg_base &=default |
| auto | operator= (arg_base &&) noexcept -> arg_base &=default |
| auto | url () const noexcept -> char const * |
All operations require a common subset of information; this information forms the base arguments.
Definition at line 25 of file operation.hpp.