emlabcpp
modern opinionated embedded C++ library
emlabcpp::mapped< Container, UnaryCallable > Struct Template Reference

#include <types.h>

Public Types

using type = decltype(std::declval< UnaryCallable >()(*std::begin(std::declval< Container >())))
 

Member Typedef Documentation

◆ type

template<range_container Container, typename UnaryCallable >
using emlabcpp::mapped< Container, UnaryCallable >::type = decltype( std::declval< UnaryCallable >()( *std::begin( std::declval< Container >() ) ) )

The documentation for this struct was generated from the following file: