RSSAmplifier

Jakub Konka · Sep 2, 2017

C++ short stories: type traits, concepts, and type constraints

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

C++ short stories: type traits, concepts, and type constraints Suppose you find yourself in a hypothetical situation where you are designing a complex algorithm, for example, an algorithm that requires multiple depth-first searches through a complex tree-like structure. In situations like these, while I do appreciate the power of the debugger, if each node in the tree is a compound data structure…

Read on kubkon.github.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.