76 operator bool(
void)
const;
103 template<
class Char,
class Traits>
104 std::basic_ostream<Char,Traits>&
122 AFC::operator bool(
void)
const {
130 if ((
d < 0.0) || (
d > 1.0))
132 static_cast<Space&>(home).afc_decay(
d);
134 static_cast<Space&>(home).afc_unshare();
140 if ((
d < 0.0) || (
d > 1.0))
142 static_cast<Space&>(home).afc_decay(
d);
144 static_cast<Space&>(home).afc_unshare();
161 if ((
d < 0.0) || (
d > 1.0))
172 template<
class Char,
class Traits>
173 std::basic_ostream<Char,Traits>&
177 return os <<
"AFC(no information available)";