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

#include <negate.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))
 

Member Typedef Documentation

◆ is_transparent

Member Function Documentation

◆ operator()()

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

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