什么是“仅展示"?意思?为什么要使用它? [英] What does "exposition only" mean? Why use it?

查看:49
本文介绍了什么是“仅展示"?意思?为什么要使用它?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 boost.org 以及网络上的其他网站上,我都看到过这种形式的代码:

All over boost.org and also at other sites on the web I've seen code of this form:

class whatever
{
...
   private:
      std::vector<std::string> m_name;  // exposition only
};

仅展示"是什么意思?评论的目的是什么?它想告诉我什么?

What is the meaning of "exposition only"? What is the comment's purpose? What is it trying to tell me?

推荐答案

它用于表示实现特定项目的一种可能方式,但不一定是最佳或推荐方式.

It's used to indicate one possible way to implement the particular item, but not necessarily the best or recommended way.

这篇关于什么是“仅展示"?意思?为什么要使用它?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆