|
|
using | char_type = T |
| |
|
using | int_type = unsigned int |
| |
|
|
static constexpr void | assign (T &dest, const T &source) noexcept |
| |
|
static constexpr T * | assign (T *dest, size_t count, T value) |
| |
|
static constexpr bool | eq (T lhs, T rhs) |
| |
|
static constexpr T * | move (T *dest, const T *source, size_t count) |
| |
|
static constexpr T * | copy (T *dest, const T *source, size_t count) |
| |
|
static constexpr int | compare (const T *lhs, const T *rhs, size_t count) |
| |
The documentation for this struct was generated from the following file: