Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
lexicographic_compare.hpp
Go to the documentation of this file.
1// Copyright 2024, Toyota Motor Corporation
2//
3// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4
5#ifndef INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_STRINGS_ALGORITHM_LEXICOGRAPHIC_COMPARE_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_STRINGS_ALGORITHM_LEXICOGRAPHIC_COMPARE_HPP_
7
8// IWYU pragma: private, include "arene/base/string_algorithms.hpp"
9// IWYU pragma: friend "arene/base/strings/.*"
10
11#include "arene/base/strings/detail/lexicographic_string_compare.hpp" // IWYU pragma: export
12
13namespace arene {
14namespace base {
15// parasoft-begin-suppress AUTOSAR-M7_3_6-a "This is defined in a separate
16// header, namespace and Bazel package to avoid circular dependencies. There are
17// no other overloads of this function defined in other headers and header
18// inclusion order does not change program behavior."
20// parasoft-end-suppress AUTOSAR-M7_3_6-a
21} // namespace base
22} // namespace arene
23
24#endif // INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_STRINGS_ALGORITHM_LEXICOGRAPHIC_COMPARE_HPP_
Definition array_exceptions_disabled.cpp:11
Copyright 2026, Toyota Motor Corporation.
Definition array_exceptions_disabled.cpp:10