VCCC  2024.05
VisualCamp Common C++ library
set_intersection.hpp File Reference

Go to the source code of this file.

Namespaces

 vccc
 
 vccc::ranges
 

Typedefs

template<class I1 , class I2 , class O >
using set_intersection_result = ranges::in_in_out_result< I1, I2, O >
 

Variables

constexpr VCCC_INLINE_OR_STATIC detail::set_intersection_niebloid set_intersection {}