C++ features by examples
|
Macros | |
#define | static_assert(a) static_assert(a, "") |
Functions | |
auto | implicit_int_return_type () |
auto | deduced_return_type (int a) |
template<typename T > | |
auto & | deduced_return_type_template (T &t) |
void | return_type_deduction_demo () |
Variables | |
auto | deduced_return_type_lambda |
auto deduced_return_type | ( | int | a | ) |
auto & deduced_return_type_template | ( | T & | t | ) |
auto implicit_int_return_type | ( | ) |
void return_type_deduction_demo | ( | ) |
auto deduced_return_type_lambda |