aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Loading...
Searching...
No Matches
include
aws
crt
StringUtils.h
Go to the documentation of this file.
1
#pragma once
6
#include <
aws/crt/Exports.h
>
7
8
#include <stddef.h>
9
10
namespace
Aws
11
{
12
namespace
Crt
13
{
19
size_t
AWS_CRT_CPP_API
HashString
(
const
char
*
str
)
noexcept
;
20
}
// namespace Crt
21
}
// namespace Aws
Exports.h
AWS_CRT_CPP_API
#define AWS_CRT_CPP_API
Definition
Exports.h:36
Aws::Crt::HashString
size_t AWS_CRT_CPP_API HashString(const char *str) noexcept
Definition
StringUtils.cpp:13
Aws::Crt::ScopedResource
std::unique_ptr< T, std::function< void(T *)> > ScopedResource
Definition
Types.h:163
Aws
Definition
Allocator.h:11
Generated by
1.9.8