primitive types including int8_t, int16_t, int32_t,
int64_t, uint8_t, uint16_t, uint32_t, uint64_t
user defined types -- we don't support nested classes
array
std::auto_ptr
circular_buffer
std::complex
flex_string<char, ...>
lil_string
hash_(multi)map, hash_(multi)set
ilist -- our name for boost::intrusive::list
multi_index_container
rbtree
scoped_ptr
slist
stable_vector stable_vector.hpp
std::string
STL containers
sub_range
std::unique_ptr
Boost Unordered containers: unordered_(multi)set, unordered_(multi)map
valarrary
We will consider supporting additional types if something
you need isn't listed here.
The software has been used primarily on big and little-endian machines and on Linux and Windows operating systems.
| C++ Concurrency in Action By Anthony Williams |
|
| C++ Cookbook By Ryan Stephens, Christopher Diggins, Jonathan Turkanis, Jeff Cogswell. |
|
| C++ in a Nutshell By Ray Lischner. |
|
| C++ Coding Standards: 101 Rules, Guidelines, and Best Practices By Herb Sutter, Andrei
Alexandrescu. |
|
| Nokia Smartphone Hacks By
Michael Yuan. |
|