Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/container/test/
Dmovable_int.hpp397 struct life_count struct
399 static unsigned check(unsigned) { return true; } in check()
403 struct life_count< movable_int > struct
405 static unsigned check(unsigned c) in check()
410 struct life_count< copyable_int > struct
412 static unsigned check(unsigned c) in check()
417 struct life_count< movable_and_copyable_int > struct
419 static unsigned check(unsigned c) in check()
424 struct life_count< non_copymovable_int > struct
426 static unsigned check(unsigned c) in check()