Scroll to navigation

std::ratio_divide(3) Library Functions Manual std::ratio_divide(3)

NAME

std::ratio_divide -

ratio_divide

SYNOPSIS

Public Types


typedef ratio_multiply< _R1, ratio< _R2::den, _R2::num > >::type type

Public Member Functions


static_assert (_R2::num!=0,'division by 0')

Detailed Description

template<typename _R1, typename _R2> struct std::ratio_divide< _R1, _R2 >

ratio_divide

Definition at line 216 of file ratio.

Author

Generated automatically by Doxygen for libstdc++ from the source code.

19 Jun 2018 libstdc++