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

#include <stl_function.h>

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

Public Types

typedef void first_argument_type
 
typedef __is_transparent is_transparent
 
typedef void result_type
 
typedef void second_argument_type
 

Public Member Functions

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

Detailed Description

One of the math functors.

Definition at line 291 of file stl_function.h.

Member Typedef Documentation

◆ first_argument_type

typedef void std::binary_function< void, void, void >::first_argument_type

first_argument_type is the type of the first argument

Definition at line 134 of file stl_function.h.

◆ is_transparent

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

Definition at line 301 of file stl_function.h.

◆ result_type

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

result_type is the return type

Definition at line 140 of file stl_function.h.

◆ second_argument_type

typedef void std::binary_function< void, void, void >::second_argument_type

second_argument_type is the type of the second argument

Definition at line 137 of file stl_function.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename _Tp, typename _Up>
auto std::divides< void >::operator() ( _Tp && __t,
_Up && __u ) const -> decltype(std::forward<_Tp>(__t) / std::forward<_Up>(__u))
inlineconstexprnoexcept

Definition at line 296 of file stl_function.h.

◆ operator()() [2/2]

void std::divides< void >::operator() ( const void & __x,
const void & __y ) const
inlineconstexpr

Definition at line 219 of file stl_function.h.


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