List operations are simple and construct themselves using only a URL. More...
#include <operation.hpp>
Public Member Functions | |
list_operation_args (net::url_builder const &url_builder) noexcept | |
![]() | |
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 * |
List operations are simple and construct themselves using only a URL.
op | the operation to specialize as a list operation |
Definition at line 44 of file operation.hpp.