Commit a3738f34 authored by Dominik Charousset's avatar Dominik Charousset

Add documentation and missing header

parent f20e612b
...@@ -18,10 +18,11 @@ ...@@ -18,10 +18,11 @@
#pragma once #pragma once
#include "caf/fwd.hpp" #include "caf/ipv6_address.hpp"
namespace caf { namespace caf {
/// An IP address. The address family is IPv6 unless `embeds_v4` returns true.
using ip_address = ipv6_address; using ip_address = ipv6_address;
} // namespace caf } // namespace caf
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment