ネームスペース | |
namespace | osl |
| |
namespace | osl::stl |
stl コンテナのallocatorを取り替えたものを提供する. | |
関数 | |
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. |