User profile: darnoceloc

User info
User name:darnoceloc
History
Joined:
Number of posts:16
Latest posts:

Pass 2-D Vector to Class
This is my attempt at passing a 2-D vector of arbitrary element types, inner and outer lengths to a ...

KMP vs. Naive substring search algorithms
Why would a brute force/naive algorithm outperform a KMP substring search algorithm? Are there known...

Use of functor within transformation
Okay, that clears it up. The alias cannot be reassigned once it’s bound to the object it’s refer...

Use of functor within transformation
Or, in other words, the reference is only move assignable while the reference wrapper is copy assign...

Use of functor within transformation
So the reference is essentially just another alias via which a value can be accessed but the referen...