Implicit conversion of struct to bool for if (s) operation ?

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jun 6 08:28:37 PDT 2016


On Monday, 6 June 2016 at 15:23:50 UTC, chmike wrote:
> I would like an implicit conversion of Info to bool that return 
> false if category_ is null so that I can write

add:

bool opCast(T : bool)() {
    return whatever;
}

to the struct and it should work.


More information about the Digitalmars-d-learn mailing list