版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!

仓库源文站点原文


title: 模板 - 德州扑克 categories:


这也能有模板 -_-!!

基于 C++14 标准, 实现了德州扑克各牌型的分类与大小比较

{% note warning %} 仅在 GCC 下测试过 {% endnote %}

<!-- more -->

代码

<details open> <summary><font color='orange'>Show code</font></summary> {% icodeweb blog lang:cpp thpoker/TexasHoldemPoker.hpp %} </details>