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
13
namespace
arene
{
14
namespace
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."
19
using
::
arene
::
base
::
detail
::
lexicographic_string_compare
;
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_
arene::base
Definition
array_exceptions_disabled.cpp:11
arene
Copyright 2026, Toyota Motor Corporation.
Definition
array_exceptions_disabled.cpp:10
arene
base
strings
algorithm
lexicographic_compare.hpp
Generated by
1.13.2