|
void | mn::internal::copy_n (const T *first, mn::size_t n, T *result, int_to_type< false >) |
|
void | mn::internal::copy_n (const T *first, mn::size_t n, T *result, int_to_type< true >) |
|
void | mn::internal::copy (const T *first, const T *last, T *result, int_to_type< false >) |
|
void | mn::internal::copy (const T *first, const T *last, T *result, int_to_type< true >) |
|
void | mn::internal::move_n (const T *from, mn::size_t n, T *result, int_to_type< false >) |
|
void | mn::internal::move_n (const T *first, mn::size_t n, T *result, int_to_type< true >) |
|
void | mn::internal::move (const T *first, const T *last, T *result, int_to_type< false >) |
|
void | mn::internal::move (const T *first, const T *last, T *result, int_to_type< true >) |
|
void | mn::internal::copy_construct_n (const T *first, mn::size_t n, T *result, int_to_type< false >) |
|
void | mn::internal::copy_construct_n (const T *first, mn::size_t n, T *result, int_to_type< true >) |
|
void | mn::internal::destruct_n (T *first, mn::size_t n, int_to_type< false >) |
|
void | mn::internal::destruct_n (T *, mn::size_t, int_to_type< true >) |
|
void | mn::internal::destruct (T *mem, int_to_type< false >) |
|
void | mn::internal::destruct (T *, int_to_type< true >) |
|
void | mn::internal::construct (T *mem, int_to_type< false >) |
|
void | mn::internal::construct (T *, int_to_type< true >) |
|
void | mn::internal::copy_construct (T *mem, const T &orig, int_to_type< false >) |
|
void | mn::internal::copy_construct (T *mem, const T &orig, int_to_type< true >) |
|
void | mn::internal::construct_n (T *to, mn::size_t count, int_to_type< false >) |
|
void | mn::internal::construct_n (T *, int, int_to_type< true >) |
|
void | mn::internal::test_ordering (TIter first, TIter last, const TPred &pred) |
|
bool | mn::internal::debug_pred (const TPred &pred, const T1 &a, const T2 &b) |
|
T | mn::nexthigher (T k) noexcept |
|
template<typename T , typename R > |
R | mn::_reinterpret_cast (T *p) |
|
template<typename T , typename R > |
const R | mn::_const_reinterpret_cast (const T *p) |
|