|
tetl 0.1.0
Embedded Template Library
|
#include <logical_not.hpp>
Public Types | |
| using | is_transparent = void |
Public Member Functions | |
| template<typename T > | |
| constexpr auto | operator() (T &&arg) const noexcept(noexcept(not etl::forward< T >(arg))) -> decltype(not etl::forward< T >(arg)) |
|
inlineconstexprnoexcept |