libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ __maybe_const

template<bool _Const, typename _ValPtr>
template<typename _Tp>
using std::__rb_tree::_Iterator< _Const, _ValPtr >::__maybe_const = __conditional_t<_Const, const _Tp, _Tp>

Definition at line 541 of file stl_tree.h.