|
C++17: return parameters in functions
|
#include <iostream>#include <utility>#include <tuple>
Go to the source code of this file.
Functions | |
| constexpr pair< float, float > | c2fk (const float celsius) |
| constexpr tuple< float, float > | c2fk_tup (const float celsius) |
| int | main () |
|
constexpr |
|
constexpr |