Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
algorithm.h File Reference

Go to the source code of this file.

Namespaces

namespace  std
 

Functions

template<class ForwardIterator , class T >
ForwardIterator std::lower_bound (ForwardIterator first, ForwardIterator last, const T &val)
 
template<class ForwardIterator , class T >
ForwardIterator std::upper_bound (ForwardIterator first, ForwardIterator last, const T &val)
 
template<class InputIt , class UnaryPredicate >
InputIt std::find_if (InputIt first, InputIt last, UnaryPredicate p)
 
template<class ForwardIt , class T >
void std::fill (ForwardIt first, ForwardIt last, const T &value)
 
template<class InputIt , class OutputIt >
OutputIt std::copy (InputIt first, InputIt last, OutputIt d_first)
 
template<class BidirIt1 , class BidirIt2 >
BidirIt2 std::copy_backward (BidirIt1 first, BidirIt1 last, BidirIt2 d_last)