Searched defs:_SClos (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/std/
H A Dvalarray_meta.h532 template<class _Dom> struct _SClos<_Expr,_Dom> : _SBase<_Dom> { struct in inherits:_SBase
536 _SClos (const _Dom& __e, const slice& __s) : _Base (__e, __s) {} function in struct:_SClos
540 struct _SClos<_ValArray,_Tp> : _SBase<_Array<_Tp> > { struct in inherits:_SBase
544 _SClos (_Array<_Tp> __a, const slice& __s) : _Base (__a, __s) {} function in struct:_SClos

Completed in 39 milliseconds