| Age | Commit message (Collapse) | Author |
|
std::string
Allows the function to be non-allocating in terms of the output string.
|
|
|
|
Same behavior, but without the need to heap allocate
|
|
This is behaviorally equivalent and also fixes a bug where some members
weren't being moved over.
|
|
Avoids unnecessary atomic reference count increments and decrements.
|
|
Provides const equivalents of data accessors for use within const
contexts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
modes.
|
|
|
|
|
|
|
|
|
|
|