Searched defs:ThrowOnConstruction (Results 1 – 1 of 1) sorted by relevance
77 struct ThrowOnConstruction { struct80 ThrowOnConstruction() { on_construct(); } in ThrowOnConstruction() argument81 ThrowOnConstruction(ThrowOnConstruction const&) { on_construct(); } in ThrowOnConstruction() argument97 int ThrowOnConstruction::throw_after_ = -1; argument