coin-Bcp
BCP_vector_sanity.hpp
Go to the documentation of this file.
1 // Copyright (C) 2000, International Business Machines
2 // Corporation and others. All Rights Reserved.
3 #ifndef _BCP_VECTOR_SANITY_H
4 #define _BCP_VECTOR_SANITY_H
5 
6 // This file is fully docified.
7 
8 #include "BCP_vector.hpp"
9 
25  const int maxsize);
26 
27 #endif
void BCP_vec_sanity_check(BCP_vec< int >::const_iterator firstpos, BCP_vec< int >::const_iterator lastpos, const int maxsize)
A helper function to test whether a set positions is sane for a vector.
The class BCP_vec serves the same purpose as the vector class in the standard template library...
Definition: BCP_vector.hpp:24