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
StringUtils.h
Go to the documentation of this file.
1#pragma once
6#include <aws/crt/Exports.h>
7
8#include <stddef.h>
9
10namespace Aws
11{
12 namespace Crt
13 {
19 size_t AWS_CRT_CPP_API HashString(const char *str) noexcept;
20 } // namespace Crt
21} // namespace Aws
#define AWS_CRT_CPP_API
Definition Exports.h:36
size_t AWS_CRT_CPP_API HashString(const char *str) noexcept
Definition StringUtils.cpp:13
std::unique_ptr< T, std::function< void(T *)> > ScopedResource
Definition Types.h:163
Definition Allocator.h:11