IT++ 4.3.1
fixed.cpp
Go to the documentation of this file.
1
28
29#include <itpp/fixed/fixed.h>
30
31
32namespace itpp
33{
34
35// Template instantiations
36template class ITPP_EXPORT Fixed<64, TC, WRAP>;
37
38} // namespace itpp
Templated fixed-point data type.
Definition fixed.h:49
Definitions of a fixed-point data type Fixed.
itpp namespace
Definition itmex.h:37