[][src]Function cpp_std::swap_2_vector_of_bool

pub unsafe fn swap_2_vector_of_bool(
    x: impl CastInto<MutRef<VectorOfBool>>,
    y: impl CastInto<MutRef<VectorOfBool>>
)

Calls C++ function: void std::swap(std::vector<bool, std::allocator<bool>>& __x, std::vector<bool, std::allocator<bool>>& __y).