Namespaces | Functions
copy_if.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  osl
 

attackDefense.h


namespace  osl::stl
 

stl コンテナのallocatorを取り替えたものを提供する.


Functions

template<class InputIterator , class OutputIterator , class Predicate >
OutputIterator osl::stl::copy_if (InputIterator first, InputIterator last, OutputIterator result, Predicate predicate)
 Copy the elements of a range that satisfy a predicate.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines