aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
aws
crt
DnsUtils.h
Go to the documentation of this file.
1
#pragma once
2
6
#include <
aws/crt/Exports.h
>
7
8
namespace
Aws
9
{
10
namespace
Crt
11
{
12
namespace
DnsUtils
13
{
14
AWS_CRT_CPP_API
bool
IsValidIpV6
(
const
char
*host,
bool
is_uri_encoded);
15
}
// namespace DnsUtils
16
}
// namespace Crt
17
}
// namespace Aws
Aws::Crt::DnsUtils::IsValidIpV6
AWS_CRT_CPP_API bool IsValidIpV6(const char *host, bool is_uri_encoded)
Definition:
DnsUtils.cpp:17
AWS_CRT_CPP_API
#define AWS_CRT_CPP_API
Definition:
Exports.h:36
Exports.h
Aws
Definition:
Allocator.h:10
Generated by
1.8.10