Skip to content

VecAllocator

Description

Allocator backing the vector’s storage.

Parameters

Name Direction Description
v in Vector to query.

Usage example (Cross-references)

Usage examples (Cross-references)
    /// TAGS: Str, Access, Allocator
    ///
    #define StrAllocator(str) VecAllocator(str)
    
    ///
Last updated on