tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
template<auto ConstFn> | |
constexpr auto | not_fn () noexcept -> detail::stateless_not_fn< ConstFn > |
template<typename F> | |
constexpr auto | not_fn (F &&f) -> detail::not_fn_t< etl::decay_t< F > > |