Classes | |
class | oglplus::Array< Object > |
Allows to allocate and manage several instances of Object at the same time. More... | |
class | oglplus::OptionalImpl< tag::Object, Object > |
Modifier that allows to create uninitialized Object(s) More... | |
class | oglplus::Reference< ObjectT > |
Allows to make managed copies of instances of Object. More... | |
Class templates in this group modify the usage or behavior of other classes, mostly objects. They for example allow to make temporary copies of objects which are only movable or to allocate and cleanup several instances of the same type at the same time.