Home
Nzo
dark light hacker solarized kimbie
  • Posts
  • Notes
  • Galleries
  • Digital
  • Film
  • Archives
  • About
dark light hacker solarized kimbie
Posts Notes
Galleries
Digital Film
Archives About
[EMCpp]Item-27 Alternatives to Overloading on Universal References
📅Aug 15, 2018 · ☕ 5 min read

Universal reference parameters often have efficiency advantages, but they typically have usability disadvantages.

2018/2018-08/15.gif

[EMCpp]Item-26 Avoid Overloading on Universal References
📅Aug 13, 2018 · ☕ 4 min read

Overloading on universal references almost always leads to the universal reference overload being called more frequently than expected.

2018/2018-08/13.gif

[EMCpp]Item-25 Use std::move on Rvalue References, std::forward on Universal References
📅Aug 11, 2018 · ☕ 4 min read

But don’t apply std::move or std::forward to local objects if they would otherwise be eligible for the return value optimization.

2018/2018-08/11.gif

[EMCpp]Item-24 Distinguish Universal References From Rvalue References
📅Aug 8, 2018 · ☕ 3 min read

If a function template parameter has type T&& for a deduced type T, or if an object is declared using auto&&, the parameter or object is a universal reference.

2018/2018-08/08.gif

[EMCpp]Item-23 Understand std::Move and std::Forward
📅Aug 7, 2018 · ☕ 2 min read

std::move performs an unconditional cast to an rvalue, while std::forward casts its argument to an rvalue only if that argument is bound to an rvalue.

2018/2018-08/07.gif

  • 1
  • …
  • 22
  • 23
  • 24
  • …
  • 49

Nzo

Nzo
Yo!
New York, US
daoxinzhishui@gmail.com

Gallery
  • Digital
  • Film

Posts
  • My first fracture
  • Trade Sequencer
  • Trade Beats
  • Spirited away
  • New semester is coming

Notes
  • Computer Music Study 4: Electronic Music for Performance ft. Nicolas Collins
  • Computer Music Study 3: Music Based on Algo
  • Computer Music Study 2: Music based on synthetic electronic sound
  • Computer Music Study 1: Music based on recordings
  • DSP Review

Archive

Tags algorithm 10 clarinet 6 computer music 4 cpp 125 dsp 1 film 3 fracture 1 generative art 1 ilford 3 index 5 leica 4 machine learning 1 music 13 music theory 1 photography 1 recourse 1 street photography 88 technique 130 vocaloid 1
Categories coding 140 music 13 thoughts 1 visual 89
Series algorithm 10 computer music 4 effective c++ 128 music cover 6 sports 1 weekly 88

English 中文

Total visitors ...
Total views ...

©2025, All Rights Reserved CC BY-SA