cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
traits and policies
traits and policies
Mar 4, 2014 at 3:37pm UTC
kimi86
(20)
Hi All,
I am trying to learn about traits and policy templates but cant find an easy tutorial. In fact I haven't been able to understand what they are for and y they are needed.Could any one please guide me on this
Last edited on
Mar 4, 2014 at 3:38pm UTC
Mar 4, 2014 at 3:55pm UTC
JLBorges
(13770)
A few articles that may help clarify the concepts.
Traits:
http://www.drdobbs.com/cpp/c-type-traits/184404270
http://www.gotw.ca/publications/mxc++-item-4.htm
Policy based design:
http://www.drdobbs.com/generic-a-policy-based-basicstring-imple/184403784
http://www.drdobbs.com/policy-based-memory-allocation/184402039
Topic archived. No new replies allowed.