As a result of discussion about this : #70
Add constants to generated traits that support substitution (primarily locatableContent) to be used with substitution functions as the "keys"
For example
std::string resolvedPath = "/image_{frame}.png";
openassetio::utils::substitute(resolvedPath, {LocatableContent::FRAME_TOKEN, 123});
See how FRAME_TOKEN is provided, rather than just having to type out "frame" or whatever...
Tasks
As a result of discussion about this : #70
Add constants to generated traits that support substitution (primarily locatableContent) to be used with substitution functions as the "keys"
For example
See how
FRAME_TOKENis provided, rather than just having to type out "frame" or whatever...Tasks