balance.cc (98B)
1 #include "mutextree" 2 3 int MutexTree::balance() const { 4 return _root ? _root->balance() : 0; 5 }
crossroadsGit mirror of https://crossroads.e-tunity.com/ | |
| git clone git://git.finwo.net/app/crossroads | |
| Log | Files | Refs | LICENSE |