Value or Reference Semantics Trait

"Nordlöw" per.nordlow at gmail.com
Sun Jan 12 12:16:14 PST 2014


Is there a trait to check whether a type has value or reference 
semantics?

I need this in a template struct that adaptively (using static 
if) represent histogram bins as either a dense static array or a 
sparse associative array.


More information about the Digitalmars-d-learn mailing list