Полезные материалы по всему, что может быть полезно плюсовику/сишнику.
C++23’s new function syntax We’ve had a couple of ways to spell functions for a long time: [[nodiscard]] auto say_a_to( std::string_view what, std::string_view name) -> std::string { return std::string{what…
We’ve had a couple of ways to spell functions for a long time: [[nodiscard]] auto say_a_to( std::string_view what, std::string_view name) -> std::string { return std::string{what…