Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Doptional_aligned_storage.hpp54 union { void const* ap_pvoid; T const* as_ptype; } caster = { address() }; in ptr_ref() member
59 union { void* ap_pvoid; T* as_ptype; } caster = { address() }; in ptr_ref() member
H A Dold_optional_implementation.hpp604 … union { void const* ap_pvoid; internal_type const* as_ptype; } caster = { m_storage.address() }; in get_object() member
609 union { void* ap_pvoid; internal_type* as_ptype; } caster = { m_storage.address() }; in get_object() member