Searched defs:anytype (Results 1 – 1 of 1) sorted by relevance
363 struct anytype struct366 anytype(T &) { BOOST_ASSERT(false); } in anytype() argument368 operator T &() const { BOOST_ASSERT(false); throw; } in operator T&()