tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
Todo List
Member bitset< Bits >::to_string (CharT zero=CharT('0'), CharT one=CharT('1')) const -> basic_inplace_string< CharT, Capacity, Traits >
Currently truncates the low bits, if the string is large enough.
Struct common_reference< T, U >
Ugly hack to get started with ranges implementation
Member etl::invoke (F &&f, Args &&... args) -> invoke_result_t< F, Args... >
Add noexcept(is_nothrow_invocable_v<F, Args...>)
Member etl::invoke_r (F &&f, Args &&... args) -> R
Add noexcept(is_nothrow_invocable_r_v<R, F, Args...>)