Skip to content
Snippets Groups Projects
Commit 05fef93d authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Add template alias ConstCopyOrReference

This adds constness to the stored copy or reference.
Notice that simply using CopyOrReference<const T> for
ConstCopyOrReference<T> does not work since 'const T'
is the same as T for reference types because all references
are const.
parent 3c2d0b9a
No related branches found
No related tags found
No related merge requests found
Pipeline #