Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_tree.h142 struct _Rb_tree_key_compare in _GLIBCXX_VISIBILITY() struct
144 _Key_compare _M_key_compare; in _GLIBCXX_VISIBILITY()
147 _GLIBCXX_NOEXCEPT_IF( in _GLIBCXX_VISIBILITY()
152 _Rb_tree_key_compare(const _Key_compare& __comp) in _GLIBCXX_VISIBILITY() argument
161 noexcept(is_nothrow_copy_constructible<_Key_compare>::value) in _GLIBCXX_VISIBILITY()