tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
compare.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2019 Tobias Hienzsch
3
4#ifndef TETL_COMPARE_HPP
5#define TETL_COMPARE_HPP
6
7/// \defgroup compare compare
8/// Three-way comparison operator support
9/// \ingroup utilities-library
10
11#include <etl/_config/all.hpp>
12
13#include <etl/_compare/common_comparison_category.hpp>
14#include <etl/_compare/compare_three_way_result.hpp>
15#include <etl/_compare/named_functions.hpp>
16#include <etl/_compare/partial_ordering.hpp>
17#include <etl/_compare/strong_ordering.hpp>
18#include <etl/_compare/three_way_comparable.hpp>
19#include <etl/_compare/weak_ordering.hpp>
20
21// Non-standard extensions
22#include <etl/_compare/synth_three_way.hpp>
23
24#endif // TETL_COMPARE_HPP