Same as the preceding overload, using the specified value.
Synopsis
Declared in <ball_scopedattribute.h>
ScopedAttribute(
char const* name,
int value,
allocator_type const& allocator = allocator_type());
Parameters
Name |
Description |
name |
literal attribute name |
value |
integer attribute value |
allocator |
allocator used to supply memory |
Created with MrDocs