Console Library 4.7.0
A header-only library that makes C++ simple
Loading...
Searching...
No Matches
box.h File Reference

提供可存储任意类型的异构容器(Box)和类型擦除包装器(Item)。 More...

#include <vector>
#include <typeinfo>
#include <utility>
#include <ostream>
#include <memory>
#include <cstdlib>
#include "strpp.h"
#include "csexc.h"
#include "literals.h"

Go to the source code of this file.

Classes

class  console::Item
 可存储任意类型单个对象的类型擦除包装器。 More...
class  console::Box
 存储多个 Item 的异构容器。 More...

Namespaces

namespace  console
 本库所有组件所在的顶层命名空间。

Detailed Description

提供可存储任意类型的异构容器(Box)和类型擦除包装器(Item)。

Author
MrXie1109
Date
2026