tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
logical_not< void > Struct Reference

#include <logical_not.hpp>

Public Types

using is_transparent = void
 

Public Member Functions

template<typename T>
constexpr auto operator() (T &&arg) const noexcept(noexcept(!etl::forward< T >(arg))) -> decltype(!etl::forward< T >(arg))
 
constexpr auto operator() (void const &arg) const -> bool
 

Member Typedef Documentation

◆ is_transparent

using is_transparent = void

Member Function Documentation

◆ operator()() [1/2]

template<typename T>
auto operator() ( T && arg) const -> decltype(!etl::forward<T>(arg))
inlinenodiscardconstexprnoexcept

◆ operator()() [2/2]

auto operator() ( void const & arg) const-> bool
inlinenodiscardconstexpr

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