Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/
Dordered_index.hpp28 struct null_augment_policy struct
31 struct augmented_interface
37 struct augmented_node
42 template<typename Pointer> static void add(Pointer,Pointer){} in add()
43 template<typename Pointer> static void remove(Pointer,Pointer){} in remove()
44 template<typename Pointer> static void copy(Pointer,Pointer){} in copy()
45 template<typename Pointer> static void rotate_left(Pointer,Pointer){} in rotate_left()
46 template<typename Pointer> static void rotate_right(Pointer,Pointer){} in rotate_right()
51 template<typename Pointer> static bool invariant(Pointer){return true;} in invariant()