Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
max.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#ifndef INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_MAX_HPP_
6#define INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_MAX_HPP_
7
8// parasoft-begin-suppress AUTOSAR-A16_2_2-a-2 "Arene Base aggregate headers permitted by A16-2-2 Permit #1"
9#include "stdlib/include/stdlib_detail/max_initializer_list_overload.hpp"
10#include "stdlib/include/stdlib_detail/max_value_overload.hpp"
11// parasoft-end-suppress AUTOSAR-A16_2_2-a-2
12
13// parasoft-begin-suppress CERT_CPP-DCL58-a-2 "Part of a standard library implementation"
14// parasoft-begin-suppress AUTOSAR-A17_6_1-a-2 "Part of a standard library implementation"
15
16// IWYU pragma: private, include <algorithm>
17// IWYU pragma: friend "stdlib_detail/.*"
18
19#endif // INCLUDE_GUARD_ARENE_BASE_STDLIB_INCLUDE_STDLIB_DETAIL_MAX_HPP_