AWS IoT Device SDK C++ v2 1.44.1
AWS IoT Device SDK C++ v2
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
Definition Allocator.h:13
size_t AWS_CRT_CPP_API HashString(const char *str) noexcept
Definition StringUtils.cpp:13
Definition Allocator.h:11