Vector operations construct themselves using a unique resource name and an operation-dependent body payload. More...
#include <operation.hpp>


Public Member Functions | |
| vector_operation_args (net::url_builder const &url_builder, std::string_view resource_name, Body body) noexcept | |
| auto | body () noexcept -> char const * |
Public Member Functions inherited from pinecone::domain::arg_base | |
| 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 * |
Vector operations construct themselves using a unique resource name and an operation-dependent body payload.
| op | the operation to specialize as a vector operation |
| Body | the operation-dependent payload type |
Definition at line 146 of file operation.hpp.
|
inlinenoexcept |
Definition at line 159 of file operation.hpp.