Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::divides< void > Member List

This is the complete list of members for std::divides< void >, including all inherited members.

first_argument_type typedefstd::divides< void >
is_transparent typedefstd::divides< void >
operator()(T &&lhs, U &&rhs) const noexcept(noexcept(std::forward< T >(std::declval< T & >())/std::forward< U >(std::declval< U & >()))) ->std::divides< void >inline
operator()(void const &lhs, void const &rhs) const noexcept(noexcept(std::declval< void & >()/std::declval< void & >())) -> voidstd::divides< void >inline
operator()(void const &lhs, void const &rhs) const noexcept(noexcept(std::declval< void & >()/std::declval< void & >())) -> voidstd::divides< void >inline
result_type typedefstd::divides< void >
second_argument_type typedefstd::divides< void >