12 #ifndef BOOST_MPL11_FWD_INTEGRAL_DOMAIN_HPP
13 #define BOOST_MPL11_FWD_INTEGRAL_DOMAIN_HPP
18 namespace boost {
namespace mpl11 {
34 template <
typename Left,
typename Right = Left,
typename = true_>
35 struct IntegralDomain;
38 template <
typename x,
typename y>
42 template <
typename x,
typename y>
47 #endif // !BOOST_MPL11_FWD_INTEGRAL_DOMAIN_HPP
Remainder of the integer division of x by y.
Definition: integral_domain.hpp:43
Forwards to boost/mpl11/fwd/integer.hpp.
Integer division of x by y.
Definition: integral_domain.hpp:39