# optional_variant_any **Repository Path**: ReallyT-bag/optional_variant_any ## Basic Information - **Project Name**: optional_variant_any - **Description**: 测试std::optional、std::variant、std::any - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # optional_variant_any #### 介绍 测试std::optional、std::variant、std::any #### 编译 ``` mkdir cmake cd cmake cmake .. make ```