TuttleOFX  1
std Namespace Reference

Typedefs

typedef ::ssize_t ssize_t

Functions

template<typename BF , int FB, int NB, bool M, typename R >
void swap (const boost::gil::packed_channel_reference< BF, FB, NB, M > x, R &y)
 swap for packed_channel_reference
template<typename BF , int FB, int NB, bool M>
void swap (typename boost::gil::packed_channel_reference< BF, FB, NB, M >::value_type &x, const boost::gil::packed_channel_reference< BF, FB, NB, M > y)
 swap for packed_channel_reference
template<typename BF , int FB, int NB, bool M>
void swap (const boost::gil::packed_channel_reference< BF, FB, NB, M > x, const boost::gil::packed_channel_reference< BF, FB, NB, M > y)
 swap for packed_channel_reference
template<typename BF , int NB, bool M, typename R >
void swap (const boost::gil::packed_dynamic_channel_reference< BF, NB, M > x, R &y)
 swap for packed_dynamic_channel_reference
template<typename BF , int NB, bool M>
void swap (typename boost::gil::packed_dynamic_channel_reference< BF, NB, M >::value_type &x, const boost::gil::packed_dynamic_channel_reference< BF, NB, M > y)
 swap for packed_dynamic_channel_reference
template<typename BF , int NB, bool M>
void swap (const boost::gil::packed_dynamic_channel_reference< BF, NB, M > x, const boost::gil::packed_dynamic_channel_reference< BF, NB, M > y)
 swap for packed_dynamic_channel_reference
template<typename _InIt , typename _InIt2 , typename Pred >
_InIt find_if (_InIt _First, _InIt _Last, _InIt2 _First2, Pred pred)
template<typename _InIt , typename _InIt2 , typename _Fn1 >
_Fn1 for_each (_InIt _First, _InIt _Last, _InIt2 _First2, _Fn1 _Func)
template<typename _InIt , typename _InIt2 , typename _InIt3 , typename _Fn1 >
_Fn1 for_each (_InIt _First, _InIt _Last, _InIt2 _First2, _InIt3 _First3, _Fn1 _Func)
template<typename _InIt , typename _InIt2 , typename _InIt3 , typename _InIt4 , typename _Fn1 >
_Fn1 for_each (_InIt _First, _InIt _Last, _InIt2 _First2, _InIt3 _First3, _InIt4 _First4, _Fn1 _Func)

Typedef Documentation

typedef::ssize_t std::ssize_t

Definition at line 18 of file commonDefinitions.hpp.


Function Documentation

template<typename _InIt , typename _InIt2 , typename Pred >
_InIt std::find_if ( _InIt  _First,
_InIt  _Last,
_InIt2  _First2,
Pred  pred 
) [inline]
template<typename _InIt , typename _InIt2 , typename _Fn1 >
_Fn1 std::for_each ( _InIt  _First,
_InIt  _Last,
_InIt2  _First2,
_Fn1  _Func 
) [inline]

Definition at line 23 of file utilstl.hpp.

template<typename _InIt , typename _InIt2 , typename _InIt3 , typename _Fn1 >
_Fn1 std::for_each ( _InIt  _First,
_InIt  _Last,
_InIt2  _First2,
_InIt3  _First3,
_Fn1  _Func 
) [inline]

Definition at line 32 of file utilstl.hpp.

template<typename _InIt , typename _InIt2 , typename _InIt3 , typename _InIt4 , typename _Fn1 >
_Fn1 std::for_each ( _InIt  _First,
_InIt  _Last,
_InIt2  _First2,
_InIt3  _First3,
_InIt4  _First4,
_Fn1  _Func 
) [inline]

Definition at line 41 of file utilstl.hpp.