Same as the preceding overload, using the specified value.

Synopsis

Declared in <ball_managedattribute.h>

ManagedAttribute(
    std::string_view const& name,
    unsigned long value,
    allocator_type const& allocator = allocator_type());

Parameters

Name

Description

name

attribute name

value

unsigned long attribute value

allocator

allocator used to supply memory

Created with MrDocs