What is the name of type T && in C++? -


this question has answer here:

if have function f(t *) describe f takes pointer t.

f(t &) f takes reference t.

how pronounce f(t &&)?

it depends on context. when t known type t&& rvalue reference. when t template parameter t&& universal reference.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -