Working Notes: a commonplace notebook for recording & exploring ideas.
Home. Site Map. Subscribe. More at expLog.

Cpp


  class Object {

    Object(Object& object) = delete;
  }

free function that works on views that do real work wrapper function that allocates memory, resources objects wrap this

containers are one thing, algorithms are another thing

Kunal