Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/include/boost/pending/
Diterator_tests.hpp136 template <bool is_pointer> struct lvalue_test struct
138 template <class Iterator> static void check(Iterator) in check()
155 template <> struct lvalue_test<true> { struct
156 template <class T> static void check(T) {} in check()