Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
unicode.hpp
Go to the documentation of this file.
1// Copyright 2026, Toyota Motor Corporation
2//
3// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
5///
6/// @file unicode.hpp
7/// @brief Public export header for the unicode subpackage
8///
9#ifndef INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_UNICODE_HPP_
10#define INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_UNICODE_HPP_
11
12#include "arene/base/strings/utf/utf8_validation.hpp" // IWYU pragma: export
13
14#endif // INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_UNICODE_HPP_