Skip to content

raalkml/ttl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                   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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published