emlabcpp
modern opinionated embedded C++ library
|
#include <types.h>
Public Types | |
using | type = decltype(std::declval< UnaryCallable >()(*std::begin(std::declval< Container >()))) |
using emlabcpp::mapped< Container, UnaryCallable >::type = decltype( std::declval< UnaryCallable >()( *std::begin( std::declval< Container >() ) ) ) |