Blender Git Commit Log

Git Commits -> Revision debf4b7

Revision debf4b7 by Julian Eisel (master)
November 3, 2021, 16:28 (GMT)
Cleanup: Avoid redundant template parameter in BLI serializing API

The `ContainerValue` template can obtain the type of the contained value
via the given `Container` type, simply using `Container::value_type`.
Use this as the default way to determine the value type which simplifies
using the template. If necessary the value type can be passed explicitly
still.

Commit Details:

Full Hash: debf4b70db81cff0dc22dc018c84cdcfd3eedbb7
Parent Commit: aa0ac00
Lines Changed: +8, -9

1 Modified Path:

/source/blender/blenlib/BLI_serialize.hh (+8, -9) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021