Home
last modified time | relevance | path

Searched refs:static_any (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_Foreach.h37 struct static_any : public static_any_base struct
39 static_any(const Type& item) : m_Item(item) {} in static_any() function
49 return static_cast<const static_any<Type>&>(value).m_Item; in static_any_cast() argument
81 NW_INLINE static_any<Type> contain(const Type& col) in contain()
87 NW_INLINE static_any<Type*> contain(Type& col) in contain()
93 NW_INLINE static_any<Type*> contain(Type (&col)[Size]) in contain()
102 NW_INLINE static_any<Type*> begin(static_any_t cur, contain_type<Type[Size]>*) in begin()
108 NW_INLINE static_any<Type*> end(static_any_t cur, contain_type<Type[Size]>*) in end()
136 NW_INLINE static_any<typename Type::iterator> begin(static_any_t cur, contain_type<Type>*) in begin()
142 NW_INLINE static_any<typename Type::const_iterator> begin(static_any_t cur, contain_type<const Type… in begin()
[all …]