Describe operations construct themselves using a unique resource name. More...
#include <operation.hpp>
Public Member Functions | |
describe_delete_operation_args (net::url_builder const &url_builder, std::string_view resource_name) 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 * |
Describe operations construct themselves using a unique resource name.
op | the operation to specialize as a describe operation |
Definition at line 77 of file operation.hpp.