Go to the source code of this file.
◆ is_array()
template<typename Type >
bool is_array |
( |
Type && |
param | ) |
|
◆ is_array_fixed()
template<typename Type >
bool is_array_fixed |
( |
Type && |
param | ) |
|
◆ is_parameter_array()
template<typename Type >
bool is_parameter_array |
( |
Type |
param | ) |
|
◆ main()
◆ test_is_parameter_array()
void test_is_parameter_array |
( |
| ) |
|
◆ test_reverse_range_based_for()
void test_reverse_range_based_for |
( |
| ) |
|
◆ test_variadic_forwarding_reference_parameters()
void test_variadic_forwarding_reference_parameters |
( |
| ) |
|
◆ test_variadic_parameters()
void test_variadic_parameters |
( |
| ) |
|
◆ variadic_forwarding_reference_parametered_function()
template<typename Type , typename... Types>
void variadic_forwarding_reference_parametered_function |
( |
Type && |
arg, |
|
|
Types &&... |
args |
|
) |
| |
◆ variadic_parametered_function()
template<typename Type , typename... Types>
void variadic_parametered_function |
( |
Type |
arg, |
|
|
Types... |
args |
|
) |
| |
◆ endl
◆ is_array_type_v
template<typename Type >
constexpr bool is_array_type_v = std::is_array_v<std::remove_reference_t<Type>> |
|
constexpr |
◆ stream