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-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

[EMCpp]Item-22 When Using Pimple Idiom, Define Special Member Functions in the Implementation File
📅Aug 5, 2018 · ☕ 4 min read

For std::unique_ptr pImpl pointers, declare special member functions in the class header, but implement them in the implementation file.

2018/2018-08/05.gif

[EMCpp]Item-21 Prefer std::make_unique and std::make_shared to Direct Use of New
📅Aug 2, 2018 · ☕ 5 min read

Compared to new, make functions eliminate source code duplication, improve exception safety, and, for std::make_shard and std::allocate_shared, generate code that’s smaller and faster.

2018/2018-08/02.gif

[EMCpp]Item-20 Use Weak_ptr for Shared_ptr Like Pointers That Can Dangle
📅Aug 1, 2018 · ☕ 3 min read

Potential use cases for std::weak_ptr include caching, observer lists, and the prevention of std::shared_ptr cycles.

2018/2018-08/01.gif

  • 1
  • …
  • 22
  • 23
  • 24
  • …
  • 48

Nzo

Nzo
Pain is inevitable. Suffering is optional.
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 85 technique 130 vocaloid 1
Categories coding 140 music 13 thoughts 1 visual 86
Series algorithm 10 computer music 4 effective c++ 128 music cover 6 sports 1 weekly 85

English 中文

Total visitors ...
Total views ...

©2025, All Rights Reserved CC BY-SA