setValue overloads
Synopses
Declared in <ball_attribute.h>
Same as the preceding overload, using the specified value.
void
setValue(bdlb::Guid value);
Same as the preceding overload, using the specified value.
void
setValue(int value);
Same as the preceding overload, using the specified value.
void
setValue(long value);
Same as the preceding overload, using the specified value.
void
setValue(long long value);
Same as the preceding overload, using the specified value.
void
setValue(unsigned int value);
Same as the preceding overload, using the specified value.
void
setValue(unsigned long value);
Same as the preceding overload, using the specified value.
void
setValue(unsigned long long value);
Set the attribute value of this object to the specified value.
Same as the preceding overload, using the specified value.
void
setValue(std::string_view const& value);
Same as the preceding overload, using the specified value.
void
setValue(char const* value);
Same as the preceding overload, using the specified value.
void
setValue(void const* value);
Created with MrDocs