Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
monostate.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 monostate.hpp
7/// @brief Public export header for arene/base/monostate subpackage
8///
9
10#ifndef INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_MONOSTATE_HPP_
11#define INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_MONOSTATE_HPP_
12
13// IWYU pragma: begin_keep
14#include "arene/base/monostate/monostate.hpp" //IWYU pragma: export
15// IWYU pragma: end_keep
16
17#endif // INCLUDE_GUARD_ARENE_BASE_ARENE_BASE_MONOSTATE_HPP_