BloombergLP::ball::ManagedAttribute::setValue

setValue overloads

Synopses

Declared in <ball_managedattribute.h>

Set the attribute value of this object to the specified value.

void
setValue(int value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(long value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(long long value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(unsigned int value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(unsigned long value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(unsigned long long value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(Attribute::Value const& value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(std::string_view const& value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(char const* value);
» more...

Same as the preceding overload, using the specified value.

void
setValue(void const* value);
» more...