boost::gil::operator/
Division operator
Synopsis
Declared in <boost/gil/point.hpp>
template<
typename T,
typename D>
[[__always_inline__]]
point<detail::std_common_type<T, D>::type>
operator/(
point<T> const& p,
D d)
requires std::is_arithmetic<D>::value;
Parameters
Name |
Description |
p |
The left operand |
d |
The right operand |
Created with MrDocs