short-snip/sqr.cpp
- View this file on GitHub
- Last update: 2020-11-02 01:55:48+09:00
Code
const auto sqr = [](const auto x_) { return x_ * x_; };
#line 1 "short-snip/sqr.cpp"
const auto sqr = [](const auto x_) { return x_ * x_; };