(ref.doc)ccuj-apr99
Next ccuj-may99
Prev: ccuj-mar99
Up: CCUJ
C/C++ Users Journal
April 99
COM & CORBA
p 19 Adapting Automation Arrays to the Standard vector Interface
by Andrei Alexandrescu
p 26: A static checker for generic programming
template <bool> struct static_checker;
template <> struct static_checker<true> {};
template <typename T> class small_vector
: public static_checker<sizeof(T) <= 8> { /* ... */ };
p 47 Using Asynchronous Calls in COM
by Greg Heidel
IOU with 3 notification mechanisms:
- "redeem" (block, synchronous)
- "redeemable" (polling)
- callback
p 65 A Generic Iterator for Strings
by David Lorde
automatically generated by info2www version 1.2.2.8