Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このサンプル ラムダを見ると、次のようになります。
[](int factor)->int{return factor*factor;}
C++11 ラムダ式の前にある角括弧が何に役立つのか、誰か説明してもらえますか?