boost::gil::axis_value
Synopses
Declared in <boost/gil/concepts/point.hpp>
template<
std::size_t K,
typename T>
[[__always_inline__]]
T&
axis_value(point<T>& p);
template<
std::size_t K,
typename T>
[[__always_inline__]]
T const&
axis_value(point<T> const& p);
Created with MrDocs