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

◆ rope() [1/11]

template<class _CharT, class _Alloc>
__gnu_cxx::rope< _CharT, _Alloc >::rope ( _RopeRep * __t,
const allocator_type & __a = allocator_type() )
inlineprivate

Definition at line 1771 of file rope.

1772 : _Base(__t, __a) { }
_Rope_base< _CharT, _Alloc > _Base
Definition rope:1574

Referenced by rope().

Here is the caller graph for this function: