You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Container implementation, there now exist three types: Storagable, Gettable and ExtraRetrievable. However, the functions that are defined around are not clear in the way what types are actually expected and what the result is actually about. In this issue, changes are proposed to rename in certain locations when it comes to templated types.
For example, when getting indices on Storagable, it should be clear that this in on the level of base class and derived classes on Gettable types. E.g., consider the following function signatures:
rename
In the Container implementation, there now exist three types:
Storagable
,Gettable
andExtraRetrievable
. However, the functions that are defined around are not clear in the way what types are actually expected and what the result is actually about. In this issue, changes are proposed to rename in certain locations when it comes to templated types.For example, when getting indices on
Storagable
, it should be clear that this in on the level of base class and derived classes onGettable
types. E.g., consider the following function signatures:rename
to
or
and
to
or
etc..
The text was updated successfully, but these errors were encountered: