CNL
2.0.2 (development)
Compositional Numeric Library
operators.h
1
2
// Copyright John McFarlane 2019.
3
// Distributed under the Boost Software License, Version 1.0.
4
// (See accompanying file ../LICENSE_1_0.txt or copy at
5
// http://www.boost.org/LICENSE_1_0.txt)
6
7
#if !defined(CNL_IMPL_WRAPPER_OPERATORS_H)
8
#define CNL_IMPL_WRAPPER_OPERATORS_H
9
10
#include "binary_arithmetic_operator.h"
11
#include "comparison_operator.h"
12
#include "inc_dec_operator.h"
13
#include "shift_operator.h"
14
#include "unary_arithmetic_operator.h"
15
16
#endif // CNL_IMPL_WRAPPER_OPERATORS_H
cnl
_impl
wrapper
operators.h
Generated by
1.8.17