Home
last modified time | relevance | path

Searched defs:anytype (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/example/
Dlambda.hpp363 struct anytype struct
366 anytype(T &) { BOOST_ASSERT(false); } in anytype() argument
368 operator T &() const { BOOST_ASSERT(false); throw; } in operator T&()