libstdc++
std::negate< void > Struct Reference

#include <stl_function.h>

Inheritance diagram for std::negate< void >:
[legend]

Public Types

typedef void argument_type
 
typedef __is_transparent is_transparent
 
typedef void result_type
 

Public Member Functions

template<typename _Tp>
constexpr auto operator() (_Tp &&__t) const noexcept(noexcept(-std::forward< _Tp >(__t))) -> decltype(-std::forward< _Tp >(__t))
 
constexpr void operator() (const void &__x) const
 

Detailed Description

One of the math functors.

Definition at line 321 of file stl_function.h.

Member Typedef Documentation

◆ argument_type

typedef void std::unary_function< void, void >::argument_type

argument_type is the type of the argument

Definition at line 120 of file stl_function.h.

◆ is_transparent

typedef __is_transparent std::negate< void >::is_transparent

Definition at line 331 of file stl_function.h.

◆ result_type

typedef void std::unary_function< void, void >::result_type

result_type is the return type

Definition at line 123 of file stl_function.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename _Tp>
auto std::negate< void >::operator() ( _Tp && __t) const -> decltype(-std::forward<_Tp>(__t))
inlineconstexprnoexcept

Definition at line 326 of file stl_function.h.

◆ operator()() [2/2]

void std::negate< void >::operator() ( const void & __x) const
inlineconstexpr

Definition at line 239 of file stl_function.h.


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