Same as the preceding overload, using the specified value.
Synopsis
Declared in <ball_managedattribute.h>
ManagedAttribute(
std::string_view const& name,
long value,
allocator_type const& allocator = allocator_type());
Parameters
Name |
Description |
name |
attribute name |
value |
long attribute value |
allocator |
allocator used to supply memory |
Created with MrDocs