CNL
2.0.2 (development)
Compositional Numeric Library
declaration.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_SCALED_DECLARATION_H)
8
#define CNL_IMPL_SCALED_DECLARATION_H
9
11
namespace
cnl
{
12
template
<
int
Exponent = 0,
int
Radix = 2>
13
struct
power
;
14
}
15
16
#endif // CNL_IMPL_SCALED_DECLARATION_H
cnl
compositional numeric library
Definition:
abort.h:15
cnl::power
tag representing the scaling of an integer by a fixed factor
Definition:
declaration.h:13
cnl
_impl
scaled
declaration.h
Generated by
1.8.17