|
template<typename Value_type , typename Alloc_type > |
std::ostream & | jau::operator<< (std::ostream &out, const darray< Value_type, Alloc_type > &c) |
|
template<typename Value_type , typename Alloc_type > |
bool | jau::operator== (const darray< Value_type, Alloc_type > &rhs, const darray< Value_type, Alloc_type > &lhs) |
|
template<typename Value_type , typename Alloc_type > |
bool | jau::operator!= (const darray< Value_type, Alloc_type > &rhs, const darray< Value_type, Alloc_type > &lhs) |
|
template<typename Value_type , typename Alloc_type > |
bool | jau::operator< (const darray< Value_type, Alloc_type > &rhs, const darray< Value_type, Alloc_type > &lhs) |
|
template<typename Value_type , typename Alloc_type > |
bool | jau::operator> (const darray< Value_type, Alloc_type > &rhs, const darray< Value_type, Alloc_type > &lhs) |
|
template<typename Value_type , typename Alloc_type > |
bool | jau::operator<= (const darray< Value_type, Alloc_type > &rhs, const darray< Value_type, Alloc_type > &lhs) |
|
template<typename Value_type , typename Alloc_type > |
bool | jau::operator>= (const darray< Value_type, Alloc_type > &rhs, const darray< Value_type, Alloc_type > &lhs) |
|
template<typename Value_type , typename Alloc_type > |
void | jau::swap (darray< Value_type, Alloc_type > &rhs, darray< Value_type, Alloc_type > &lhs) noexcept |
|