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
2 
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
#define AWS_CRT_CPP_API
Definition: Exports.h:36
size_t AWS_CRT_CPP_API HashString(const char *str) noexcept
Definition: StringUtils.cpp:13
Definition: Allocator.h:10