omni::net::socket6::send_to
NAME

omni::net::socket6::send_to

A member function of omni::net::socket6

#include <omni/net/socket.hpp>
template < typename T > omni::net::socket_error omni::net::socket6::send_to(const std::vector<T>& buffer, uint32_t len, const std::string& ip, uint16_t port, uint32_t& sent)


OVERLOADS

template < typename T > omni::net::socket_error omni::net::socket6::send_to(const std::vector<T>& buffer, uint32_t len, omni::net::socket_flags flags, const std::string& ip, uint16_t port, uint32_t& sent)
template < std::size_t SZ > omni::net::socket_error omni::net::socket6::send_to(constchar(& buffer)
template < std::size_t SZ > omni::net::socket_error omni::net::socket6::send_to(constchar(& buffer)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top