#include "datastructures/vector/LightVector.hpp"
#include <iostream>
Include dependency graph for LightVector_STL_set_difference_Test.cpp:
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Simple test for STL set_difference algorithm on a LightVector. |
|
Simple test for STL set_difference algorithm on a LightVector.
Definition at line 12 of file LightVector_STL_set_difference_Test.cpp. References LightVector< TYPE >::begin(), LightVector< TYPE >::capacity(), LightVector< TYPE >::create(), LightVector< TYPE >::end(), LightVector< TYPE >::resize(), and set_difference(). |