raalkml / ttl

An implementation of STL interfaces for embedded environments: simplified, no RTTI, exceptions and libstdc++, public domain license

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

                   Tiny Template Library

A library of STL-inspired templates designed to work in conditions of constrained resources, but also without RTTI, exceptions and corresponding standard C++ library support.

Some templates are implementations of STL interfaces, some are not.

There is no allocator support and the O(log N) and similar complexity guarantees might be not implemented.

The reverse iterators are usually not implemented yet.

Usually only equality operators are implemented, if any.

There is generally no streaming operator support. Nor is any planned.

About

An implementation of STL interfaces for embedded environments: simplified, no RTTI, exceptions and libstdc++, public domain license

License:Other


Languages

Language:C++ 98.3%Language:Makefile 1.7%