VCCC  2024.05
VisualCamp Common C++ library
variant.hpp
Go to the documentation of this file.
1 //
2 // Created by YongGyu Lee on 10/27/23.
3 //
4 
5 #ifndef VCCC_VARIANT_HPP
6 #define VCCC_VARIANT_HPP
7 
16 #include "vccc/__variant/visit.hpp"
17 
26 #endif // VCCC_VARIANT_HPP