std::set_intersection
From cppreference.com
C++
Algorithm library
| Defined in header <algorithm>
|
||
template< class InputIt1, class InputIt2, class OutputIt >
OutputIt set_intersection( InputIt1 |