Holds the results from a division-with-remainder call. More...
Public Member Functions | |
| base_divide_t () | |
| base_divide_t (const T &q, const T &r) | |
| base_divide_t (BOOST_XINT_RV_REF(base_divide_t) move) | |
| base_divide_t (const base_divide_t< T > ©) | |
| base_divide_t & | operator= (BOOST_XINT_RV_REF(base_divide_t) move) |
| base_divide_t & | operator= (BOOST_XINT_COPY_ASSIGN_REF(base_divide_t) copy) |
Public Attributes | |
| T | quotient |
| T | remainder |
Holds the results from a division-with-remainder call.
Definition at line 109 of file basic_types_and_includes.hpp.
| boost::xint::base_divide_t< T >::base_divide_t | ( | ) | [inline] |
Definition at line 111 of file basic_types_and_includes.hpp.
| boost::xint::base_divide_t< T >::base_divide_t | ( | const T & | q, | |
| const T & | r | |||
| ) | [inline] |
Definition at line 112 of file basic_types_and_includes.hpp.
| boost::xint::base_divide_t< T >::base_divide_t | ( | const base_divide_t< T > & | copy | ) | [inline] |
Definition at line 113 of file basic_types_and_includes.hpp.
| boost::xint::base_divide_t< T >::base_divide_t | ( | BOOST_XINT_RV_REF(base_divide_t< T >) | move | ) | [inline] |
Definition at line 115 of file basic_types_and_includes.hpp.
| base_divide_t& boost::xint::base_divide_t< T >::operator= | ( | BOOST_XINT_COPY_ASSIGN_REF(base_divide_t< T >) | copy | ) | [inline] |
Definition at line 118 of file basic_types_and_includes.hpp.
| base_divide_t& boost::xint::base_divide_t< T >::operator= | ( | BOOST_XINT_RV_REF(base_divide_t< T >) | move | ) | [inline] |
Definition at line 120 of file basic_types_and_includes.hpp.
| T boost::xint::base_divide_t< T >::quotient |
Definition at line 126 of file basic_types_and_includes.hpp.
| T boost::xint::base_divide_t< T >::remainder |
Definition at line 126 of file basic_types_and_includes.hpp.
© Copyright Chad Nelson, 2010-2011. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)