using functionning luke bst

This commit is contained in:
hugogogo
2022-06-20 19:05:52 +02:00
parent 8c181b6407
commit c7114c1db2
8 changed files with 1056 additions and 11 deletions

View File

@@ -61,7 +61,11 @@ MP_TPL MP::
* element access :
******************/
//// operator[] --------------------------------
// mapped_type & operator[] (const key_type& k);
MP_TPL typename MP::mapped_type& MP::
operator[] (const key_type& k) {
return _bst[k];
}
/*************