type which is used for cast operator ()
This is always T && (if T is reference, then T & && -> T &) The type is bool in case that T is void, because in this case, bool is actually used as storage without defined value
Definition at line 457 of file future.h.