|
| template<size_t K> |
| rint< K > & | operator++ (rint< K > &) |
| |
| template<size_t K> |
| rint< K > | operator++ (rint< K > &, int) |
| |
| template<size_t K> |
| rint< K > & | operator+= (rint< K > &, const rint< K > &) |
| |
| template<size_t K, typename T> |
| std::enable_if< std::is_unsigned< T >::value, rint< K > & >::type | operator+= (rint< K > &, const T &) |
| |
| template<size_t K, typename T> |
| std::enable_if< std::is_signed< T >::value, rint< K > & >::type | operator+= (rint< K > &, const T &) |
| |
| template<size_t K> |
| rint< K > | operator+ (const rint< K > &, const rint< K > &) |
| |
| template<size_t K, typename T> |
| std::enable_if< std::is_unsigned< T >::value, rint< K > >::type | operator+ (const rint< K > &, const T &) |
| |
| template<size_t K, typename T> |
| std::enable_if< std::is_unsigned< T >::value, rint< K > >::type | operator+ (const T &, const rint< K > &) |
| |
| template<size_t K, typename T> |
| std::enable_if< std::is_signed< T >::value, rint< K > >::type | operator+ (const rint< K > &, const T &) |
| |
| template<size_t K, typename T> |
| std::enable_if< std::is_signed< T >::value, rint< K > >::type | operator+ (const T &, const rint< K > &) |
| |
| template<size_t K> |
| void | add (bool &r, rint< K > &a, const rint< K > &b, const rint< K > &c) |
| |
| template<size_t K> |
| void | add (bool &r, rint< K > &a, const rint< K > &c) |
| |
| template<size_t K> |
| void | add (rint< K > &a, const rint< K > &b, const rint< K > &c) |
| |
| template<size_t K> |
| void | add (rint< K > &a, const rint< K > &c) |
| |
| template<size_t K, typename T> |
| std::enable_if< std::is_arithmetic< T >::value, void >::type | add (bool &r, rint< K > &a, const rint< K > &b, const T &c) |
| |
| template<size_t K, typename T> |
| std::enable_if< std::is_arithmetic< T >::value, void >::type | add (bool &r, rint< K > &a, const T &c) |
| |
| template<size_t K, typename T> |
| std::enable_if< std::is_arithmetic< T >::value, void >::type | add (rint< K > &a, const rint< K > &b, const T &c) |
| |
| template<size_t K, typename T> |
| std::enable_if< std::is_arithmetic< T >::value, void >::type | add (rint< K > &a, const T &c) |
| |
| template<size_t K> |
| void | add_1 (bool &r, rint< K > &a, const rint< K > &b) |
| |
| template<size_t K> |
| void | add_1 (bool &r, rint< K > &a) |
| |
| template<size_t K> |
| void | add_1 (rint< K > &a, const rint< K > &b) |
| |
| template<size_t K> |
| void | add_1 (rint< K > &a) |
| |
| template<size_t K, typename T> |
| std::enable_if< std::is_arithmetic< T >::value, rint< K > >::type | operator+ (const rint< K > &b, const T &c) |
| |
| template<size_t K, typename T> |
| std::enable_if< std::is_arithmetic< T >::value, rint< K > >::type | operator+ (const T &c, const rint< K > &b) |
| |