Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::detail::element_recursion< 0 > Struct Template Reference

#include <color_base_algorithm.hpp>

Static Public Member Functions

template<typename P1 , typename P2 >
static bool static_equal (const P1 &, const P2 &)
 
template<typename P1 , typename P2 >
static void static_copy (const P1 &, const P2 &)
 
template<typename P , typename T2 >
static void static_fill (const P &, T2)
 
template<typename Dst , typename Op >
static void static_generate (const Dst &, Op)
 
template<typename P1 , typename Op >
static Op static_for_each (const P1 &, Op op)
 
template<typename P1 , typename P2 , typename Op >
static Op static_for_each (const P1 &, const P2 &, Op op)
 
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op static_for_each (const P1 &, const P2 &, const P3 &, Op op)
 
template<typename P1 , typename Dst , typename Op >
static Op static_transform (const P1 &, const Dst &, Op op)
 
template<typename P1 , typename P2 , typename Dst , typename Op >
static Op static_transform (const P1 &, const P2 &, const Dst &, Op op)
 

Member Function Documentation

template<typename P1 , typename P2 >
static void boost::gil::detail::element_recursion< 0 >::static_copy ( const P1 &  ,
const P2 &   
)
inlinestatic
template<typename P1 , typename P2 >
static bool boost::gil::detail::element_recursion< 0 >::static_equal ( const P1 &  ,
const P2 &   
)
inlinestatic
template<typename P , typename T2 >
static void boost::gil::detail::element_recursion< 0 >::static_fill ( const P &  ,
T2   
)
inlinestatic
template<typename P1 , typename Op >
static Op boost::gil::detail::element_recursion< 0 >::static_for_each ( const P1 &  ,
Op  op 
)
inlinestatic
template<typename P1 , typename P2 , typename Op >
static Op boost::gil::detail::element_recursion< 0 >::static_for_each ( const P1 &  ,
const P2 &  ,
Op  op 
)
inlinestatic
template<typename P1 , typename P2 , typename P3 , typename Op >
static Op boost::gil::detail::element_recursion< 0 >::static_for_each ( const P1 &  ,
const P2 &  ,
const P3 &  ,
Op  op 
)
inlinestatic
template<typename Dst , typename Op >
static void boost::gil::detail::element_recursion< 0 >::static_generate ( const Dst &  ,
Op   
)
inlinestatic
template<typename P1 , typename Dst , typename Op >
static Op boost::gil::detail::element_recursion< 0 >::static_transform ( const P1 &  ,
const Dst &  ,
Op  op 
)
inlinestatic
template<typename P1 , typename P2 , typename Dst , typename Op >
static Op boost::gil::detail::element_recursion< 0 >::static_transform ( const P1 &  ,
const P2 &  ,
const Dst &  ,
Op  op 
)
inlinestatic

The documentation for this struct was generated from the following file: