aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
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 {
14 size_t AWS_CRT_CPP_API HashString(const char *str) noexcept;
15 }
16} // namespace Aws
#define AWS_CRT_CPP_API
Definition: Exports.h:37
size_t AWS_CRT_CPP_API HashString(const char *str) noexcept
Definition: StringUtils.cpp:13
Definition: Api.h:17