Searched refs:AllocatorTraits (Results 1 – 1 of 1) sorted by relevance
58 struct AllocatorTraits struct63 explicit AllocatorTraits (signature_type const & s) SAL_THROW(())112 struct VectorTraits : public AllocatorTraits117 : AllocatorTraits (g_signature)121 struct ScalarTraits : public AllocatorTraits126 : AllocatorTraits (g_signature)130 const AllocatorTraits::signature_type VectorTraits::g_signature = "new[]()";131 const AllocatorTraits::signature_type ScalarTraits::g_signature = "new() ";148 std::size_t n, AllocatorTraits const & rTraits) in allocate()171 std::size_t n, AllocatorTraits const & rTraits, std::nothrow_t const &) in allocate()[all …]
Completed in 9 milliseconds