Go to the source code of this file.
|
static std::string | to_hex (const std::uint32_t value) |
|
| TEST (buffer_ip, unsigned_decimal) |
|
| TEST (buffer_ip, hex) |
|
| TEST (buffer_ip, ipv4) |
|
| TEST (buffer_ip, ipv6) |
|
|
static constexpr int | ITER = 1000000 |
|
◆ TEST() [1/4]
◆ TEST() [2/4]
TEST |
( |
buffer_ip |
, |
|
|
ipv4 |
|
|
) |
| |
◆ TEST() [3/4]
TEST |
( |
buffer_ip |
, |
|
|
ipv6 |
|
|
) |
| |
◆ TEST() [4/4]
TEST |
( |
buffer_ip |
, |
|
|
unsigned_decimal |
|
|
) |
| |
◆ to_hex()
static std::string to_hex |
( |
const std::uint32_t |
value | ) |
|
|
static |
◆ ITER
constexpr int ITER = 1000000 |
|
staticconstexpr |