Documentation Home >> Headers >> <jss/actor.hpp> Header >> jss::actor >> jss::actor::valid member function

The valid member function allows you to check whether or not an instance of jss::actor has an associated actor thread.

bool valid();

Returns:

true if *this has an associated actor thread, false otherwise.

Throws:

Nothing.

Header

#include <jss/actor.hpp>

See Also