Go to the source code of this file.
|
template<typename T > |
void | display_container (const T &container, const char *title) |
|
template<typename T > |
bool | rotationally_equal (const T &v1, T v2, bool test_in_reverse_order_too=true) |
|
int | main (void) |
|
◆ display_container()
template<typename T >
void display_container |
( |
const T & |
container, |
|
|
const char * |
title |
|
) |
| |
◆ main()
◆ rotationally_equal()
template<typename T >
bool rotationally_equal |
( |
const T & |
v1, |
|
|
T |
v2, |
|
|
bool |
test_in_reverse_order_too = true |
|
) |
| |
◆ VERBOSE
const bool VERBOSE = false |