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.
明らかに、関数の戻り値の型は decltype(foo()) で取得できますが、foo が機能しない引数を取る場合は、機能させるために foo にいくつかの仮引数を渡す必要があります。しかし、引数を渡さずに関数の戻り値の型を取得する方法はありますか?