Go to the source code of this file.
|
| void | test_what_is_type_list () |
| |
| template<typename Type > |
| enable_if_in_types_t< Type, short, unsigned short, int, unsigned, long, unsigned long, long long, unsigned long long > | remainder (Type n, Type d) |
| |
| template<typename Type > |
| enable_if_in_types_t< Type, float, double > | remainder (Type n, Type d) |
| |
| void | test_remainder () |
| |
| template<typename Type > |
| Type | remainder_fn (Type n, Type d) |
| |
| void | test_remainder_fn () |
| |
| int | main () |
| |
◆ enable_if_in_types_t
template<typename Type , typename... Types>
◆ main()
◆ remainder() [1/2]
template<typename Type >
| enable_if_in_types_t< Type, short, unsigned short, int, unsigned, long, unsigned long, long long, unsigned long long > remainder |
( |
Type |
n, |
|
|
Type |
d |
|
) |
| |
◆ remainder() [2/2]
◆ remainder_fn()
template<typename Type >
| Type remainder_fn |
( |
Type |
n, |
|
|
Type |
d |
|
) |
| |
◆ test_remainder()
◆ test_remainder_fn()
| void test_remainder_fn |
( |
| ) |
|
◆ test_what_is_type_list()
| void test_what_is_type_list |
( |
| ) |
|
◆ endl
◆ stream