Searched defs:Maybe_Var_Inv (Results 1 – 1 of 1) sorted by relevance
61 struct Maybe_Var_Inv<VAR,X> { struct62 static void remake( X& x, const X& val ) { in remake()66 static X clone( const X& x ) { return X(x); } in clone()69 struct Maybe_Var_Inv<INV,X> { struct70 static void remake( X&, const X& ) {} in remake()71 static const X& clone( const X& x ) { return x; } in clone()