Source code

Revision control

Copy as Markdown

Other Tools

#include <tuple>
auto foo() {
return std::make_tuple(1, 1., true);
}