Template Class RteAllocator

Template Parameter Order

  1. typename T

Class Documentation

template<typename T>
class RteAllocator

Public Types

using value_type = T

Public Functions

RteAllocator() = default
inline T *allocate(std::size_t n)
inline void deallocate(T *p, std::size_t) noexcept