import cpp from Class c, string s where if c.isStandardLayout() then s = "standard layout" else s = "NOT standard layout" select c, s