Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tuple/include/boost/tuple/detail/
Dtuple_basic.hpp835 struct tie_traits { struct
836 typedef T& type;
840 struct tie_traits<ignore_t(ignore_t)> { struct
841 typedef swallow_assign type;
845 struct tie_traits<void> { struct
846 typedef null_type type;