BWAPI
|
#include <CGAL/IO/io_tags.h>
Go to the source code of this file.
Classes | |
struct | Void |
struct | Boolean_tag< b > |
struct | Null_tag |
struct | Null_functor |
struct | Assert_tag_class< Base > |
Defines | |
#define | CGAL_ASSERT_COMPILE_TIME_TAG 1 |
Typedefs | |
typedef Boolean_tag< true > | Tag_true |
typedef Boolean_tag< false > | Tag_false |
Functions | |
bool | check_tag (Tag_true) |
template<class Tag , class Derived > | |
void | Assert_compile_time_tag (const Tag &, const Derived &b) |
template<class T > | |
void | assert_equal_types (const T &, const T &) |
#define CGAL_ASSERT_COMPILE_TIME_TAG 1 |
typedef Boolean_tag<false> Tag_false |
typedef Boolean_tag<true> Tag_true |
void Assert_compile_time_tag | ( | const Tag & | , |
const Derived & | b | ||
) | [inline] |
void assert_equal_types | ( | const T & | , |
const T & | |||
) | [inline] |