using functionning luke bst
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
/*************
|
||||
|
||||
Reference in New Issue
Block a user