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