Skip to content
Erez Strauss edited this page Sep 29, 2024 · 1 revision

Welcome to the ext_any wiki!

The ext::any is a template based, owning type that can store in-place or in dynamic memory values. The user can specify the size of the in-place, Small Object Optimization storage and add features as needed. It is strongly typed and does not perform conversion between types, like in interpreted languages.

Here are the presentation slides:

ext_any_presentation_CppCon2024_OpenContent_u20240930.pdf

The code and documentation are available at: https://github.com/erez-strauss/ext_any/

If you got questions, suggestions or just comments you can use the discussion here on github: https://github.com/erez-strauss/ext_any/discussions

Clone this wiki locally