How to check if a timeout is detach

How to check if a timeout is detach?

Timeout t;
if (t.remaining_time()>(0ms))
{
t.detach();
}