C++17: return parameters in functions
p_806.cpp File Reference
#include <iostream>
#include <utility>
#include <tuple>
Include dependency graph for p_806.cpp:

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 ()
 

Function Documentation

◆ c2fk()

constexpr pair<float, float> c2fk ( const float  celsius)
constexpr

Definition at line 19 of file p_806.cpp.

Here is the caller graph for this function:

◆ c2fk_tup()

constexpr tuple<float, float> c2fk_tup ( const float  celsius)
constexpr

Definition at line 25 of file p_806.cpp.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 31 of file p_806.cpp.

Here is the call graph for this function: