Home
last modified time | relevance | path

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

/third_party/boost/libs/intrusive/test/
Dtest_macros.hpp24 struct is_multikey_true struct
26 typedef char yes_type;
28 struct two { yes_type _[1+IsMultikey]; };
31 static const bool value = sizeof(test<T>(0)) != sizeof(yes_type);