#include <boost/config.hpp>
#include <CGAL/memory.h>
#include <algorithm>
Go to the source code of this file.
Classes |
class | Handle_for< T, Alloc > |
struct | Handle_for< T, Alloc >::RefCounted |
Functions |
template<class T , class Allocator > |
void | swap (Handle_for< T, Allocator > &h1, Handle_for< T, Allocator > &h2) |
template<class T , class Allocator > |
bool | identical (const Handle_for< T, Allocator > &h1, const Handle_for< T, Allocator > &h2) |
template<class T > |
bool | identical (const T &t1, const T &t2) |
template<class T , class Allocator > |
const T & | get (const Handle_for< T, Allocator > &h) |
template<class T > |
const T & | get (const T &t) |
Function Documentation
template<class T , class Allocator >
template<class T >
const T& get |
( |
const T & |
t | ) |
[inline] |
template<class T , class Allocator >
template<class T >
bool identical |
( |
const T & |
t1, |
|
|
const T & |
t2 |
|
) |
| [inline] |
template<class T , class Allocator >