#include <cassert>
#include <cstring>
Go to the source code of this file.
Classes | |
class | mayown_ptr< T, N > |
Functions | |
template<typename T > | |
bool | operator< (mayown_ptr< T > const &rh, mayown_ptr< T > const &lh) |
template<typename T > | |
bool | operator== (mayown_ptr< T > const &rh, mayown_ptr< T > const &lh) |
bool operator< | ( | mayown_ptr< T > const & | rh, |
mayown_ptr< T > const & | lh | ||
) |
Definition at line 95 of file mayown_ptr.h.
References mathSSE::lh, and mayown_ptr< T, N >::raw().
bool operator== | ( | mayown_ptr< T > const & | rh, |
mayown_ptr< T > const & | lh | ||
) |
Definition at line 91 of file mayown_ptr.h.
References mathSSE::lh, and mayown_ptr< T, N >::raw().