min_max_recur< 1 > Struct Template Reference
[Pixel]
#include <pixel_algorithm.hpp>
List of all members.
Detailed Description
template<>
struct detail::min_max_recur< 1 >
termination condition of the compile-time recursion for min/max channel
|
Static Public Member Functions |
template<typename P> |
static P::channel_t | max_ (const P &p) |
template<typename P> |
static P::channel_t | min_ (const P &p) |
The documentation for this struct was generated from the following file:
|