Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dxutility.d311 extern (C++, class) struct _Compressed_pair(_Ty1, _Ty2, bool Ty1Empty = is_empty!_Ty1.value) in version() struct
318 ref inout(_Ty1) first() inout @safe { return _Myval1; } in version()
319 ref inout(_Ty2) second() inout @safe { return _Myval2; } in version()
322 _Ty1 _Myval1; in version()
325 @property ref inout(_Ty1) _Myval1() inout @trusted { return *_GetBase(); } in version()
326 private inout(_Ty1)* _GetBase() inout @trusted { return cast(inout(_Ty1)*)&this; } in version()
328 _Ty2 _Myval2; in version()