26 #include <boost/bind.hpp> 33 double x[] = {1,3,5,1,3,5,1,3,5,1,3,5};
34 double y[] = {2,4,6,2,4,6,2,4,6,2,4,6};
36 std::vector<double> res;
49 double x[] = {1,3,5,1,3,5,1,3,5,1,3,5};
50 double y[] = {2,4,6,2,4,6,2,4,6,2,4,6};
52 std::vector<double> res;
54 std::back_inserter(res),
55 boost::bind(std::less<double>(), _1, 2 ) );
60 std::back_inserter(res),boost::bind(std::less<double>(), _1, 2 ) );
67 int main(
int argc,
char **argv) {
int main(int argc, char **argv)
#define unit_assert_operator_equal(expected, actual)
KernelTraitsBase< Kernel >::space_type::abscissa_type x
KernelTraitsBase< Kernel >::space_type::ordinate_type y
OutputIterator copy_if(InputIterator first, InputIterator last, InputIterator2 source, OutputIterator result, Predicate pred)
OutputIterator copy_if_not(InputIterator first, InputIterator last, InputIterator2 source, OutputIterator result, Predicate pred)