Skip to content
Snippets Groups Projects
  • Carsten Gräser's avatar
    05fef93d
    Add template alias ConstCopyOrReference · 05fef93d
    Carsten Gräser authored
    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.
    05fef93d
    History
    Add template alias ConstCopyOrReference
    Carsten Gräser authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.