Go to the source code of this file.
Classes |
class | MatchHelper |
class | Tuple_d< NT, LA > |
struct | Tuple_d< NT, LA >::Homogeneous_const_iterator |
class | Compare_homogeneously< NT, LA > |
class | Compare_componentwise< NT, LA > |
Defines |
#define | PointCd PointCd2 |
#define | PointHd PointHd2 |
#define | TUPLE_DIM_CHECK(i1, i2, op) tuple_dim_check(i1,i2,__FILE__,__LINE__,#op) |
Functions |
template<class ForwardIterator > |
void | tuple_dim_check (ForwardIterator first, ForwardIterator last, const char *file, int line, const char *op) |
template<class InputIterator , class OutputIterator > |
int | copy_and_count (InputIterator first, InputIterator last, OutputIterator result) |
Define Documentation
Function Documentation
template<class InputIterator , class OutputIterator >
int copy_and_count |
( |
InputIterator |
first, |
|
|
InputIterator |
last, |
|
|
OutputIterator |
result |
|
) |
| |
template<class ForwardIterator >
void tuple_dim_check |
( |
ForwardIterator |
first, |
|
|
ForwardIterator |
last, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
op |
|
) |
| |