MongoDB C++ Driver 4.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mongocxx::v_noabi::uri::host Struct Reference

#include <mongocxx/v_noabi/mongocxx/uri.hpp>

Description

A host.

Public Attributes

std::int32_t family
 The address family.
 
std::string name
 The host name.
 
std::uint16_t port
 The port number.
 

Member Data Documentation

◆ family

std::int32_t mongocxx::v_noabi::uri::host::family

The address family.

◆ name

std::string mongocxx::v_noabi::uri::host::name

The host name.

◆ port

std::uint16_t mongocxx::v_noabi::uri::host::port

The port number.


The documentation for this struct was generated from the following file: