MADNESS
version 0.9
|
Classes | |
class | array |
Array idential to C++0X arrays. More... | |
class | array< T, 0 > |
Functions | |
template<class T , std::size_t N> | |
bool | operator== (const array< T, N > &x, const array< T, N > &y) |
template<class T , std::size_t N> | |
bool | operator< (const array< T, N > &x, const array< T, N > &y) |
template<class T , std::size_t N> | |
bool | operator!= (const array< T, N > &x, const array< T, N > &y) |
template<class T , std::size_t N> | |
bool | operator> (const array< T, N > &x, const array< T, N > &y) |
template<class T , std::size_t N> | |
bool | operator<= (const array< T, N > &x, const array< T, N > &y) |
template<class T , std::size_t N> | |
bool | operator>= (const array< T, N > &x, const array< T, N > &y) |
template<class T , std::size_t N> | |
void | swap (array< T, N > &x, array< T, N > &y) |
bool madness::tr1::array::operator!= | ( | const array< T, N > & | x, |
const array< T, N > & | y | ||
) |
bool madness::tr1::array::operator< | ( | const array< T, N > & | x, |
const array< T, N > & | y | ||
) |
bool madness::tr1::array::operator<= | ( | const array< T, N > & | x, |
const array< T, N > & | y | ||
) |
bool madness::tr1::array::operator> | ( | const array< T, N > & | x, |
const array< T, N > & | y | ||
) |
bool madness::tr1::array::operator>= | ( | const array< T, N > & | x, |
const array< T, N > & | y | ||
) |
|
inline |
References madness::tr1::array::array< T, N >::swap().