TuttleOFX
1
|
Go to the source code of this file.
Namespaces | |
namespace | std |
Functions | |
template<typename _InIt , typename _InIt2 , typename Pred > | |
_InIt | std::find_if (_InIt _First, _InIt _Last, _InIt2 _First2, Pred pred) |
template<typename _InIt , typename _InIt2 , typename _Fn1 > | |
_Fn1 | std::for_each (_InIt _First, _InIt _Last, _InIt2 _First2, _Fn1 _Func) |
template<typename _InIt , typename _InIt2 , typename _InIt3 , typename _Fn1 > | |
_Fn1 | std::for_each (_InIt _First, _InIt _Last, _InIt2 _First2, _InIt3 _First3, _Fn1 _Func) |
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) |