Searched defs:null_guard (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/ |
D | scope_guard.hpp | 97 struct null_guard : public scope_guard_impl_base struct 100 null_guard( const T1& ) in null_guard() argument 104 null_guard( const T1&, const T2& ) in null_guard() function 108 null_guard( const T1&, const T2&, const T3& ) in null_guard() argument 112 null_guard( const T1&, const T2&, const T3&, const T4& ) in null_guard() argument 116 null_guard( const T1&, const T2&, const T3&, const T4&, const T5& ) in null_guard() argument
|