mbed-os/platform/cxxsupport/TOOLCHAIN_ARMC5
Kevin Bracey d45e3b5e57 Add <mstd_tuple> and ARMC5 <tuple>
tuples will be useful for things like `mbed::Event` and
`mbed::Callback` - storing parameter packs from variadic templates.

Create a C++14(ish) `<tuple>` for ARMC5, and a `<mstd_tuple>` that
adds `apply` and `make_from_tuple` from C++17.
2019-08-27 14:37:07 +03:00
..
_move.h Split mbed_cxxsupport.h up - add namespace mstd 2019-07-18 15:16:08 +03:00
array ARMC5 <array>: Add tuple interface 2019-07-19 17:24:14 +03:00
atomic Move Atomic.h to <mstd_atomic> 2019-07-18 20:02:07 +03:00
cinttypes Split mbed_cxxsupport.h up - add namespace mstd 2019-07-18 15:16:08 +03:00
initializer_list Split mbed_cxxsupport.h up - add namespace mstd 2019-07-18 15:16:08 +03:00
mutex Add <mstd_mutex> 2019-07-18 20:02:07 +03:00
tuple Add <mstd_tuple> and ARMC5 <tuple> 2019-08-27 14:37:07 +03:00
type_traits Split mbed_cxxsupport.h up - add namespace mstd 2019-07-18 15:16:08 +03:00