Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/
Dlazy_list.hpp193 struct EnsureListLikeHelp { struct
194 static void trying_to_call_a_list_function_on_a_non_list() {} in trying_to_call_a_list_function_on_a_non_list()
196 template <class L> struct EnsureListLikeHelp<L,false> { }; struct