C/C++ API Reference
Loading...
Searching...
No Matches
pw::string_impl::char_traits< T, bool > Struct Template Reference

Public Types

using char_type = T
 
using int_type = unsigned int
 

Static Public Member Functions

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: