emlabcpp
modern opinionated embedded C++ library
|
Object with operator()
that constructs object of type T
out of passed-in value.
More...
#include <algorithm.h>
Public Member Functions | |
template<typename U > | |
constexpr T | operator() (U &&src) const noexcept(noexcept(T{ std::forward< U >(src) })) |
Object with operator()
that constructs object of type T
out of passed-in value.
Usefull for for functions expecting callable as an argument.
|
inlineconstexprnoexcept |