One version std::bind allows the caller to provide an explicit return type:
std::bind
template< class R, class F, class... Args > /*unspecified*/ bind( F&& f, Args&&... args );
What's a good example when you can use (or be forced to use) this version std::bind ?
No one has answered this question yet
Check out similar questions: