Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dadvanced_insert_int.hpp534 struct has_single_value struct
537 struct two {char array_[2];};
542 static const bool value = sizeof(test<T>(0, 0)) == 1;
543 void dummy(){} in dummy()