The lifetimes of the singleton.
More...
The lifetimes of the singleton.
- Special lifetime for SmallObjects
- When the holded object is a Small(Value)Object or the holded object uses objects which are or inherit from Small(Value)Object then you can't use the default lifetime: you must use the lifetime
Loki::LongevityLifetime::DieAsSmallObjectChild
Be aware of this when you use Loki::Factory, Loki::Functor, or Loki::Function.