VCCC  2024.05
VisualCamp Common C++ library
optional.hpp
Go to the documentation of this file.
1 # /*
2 # * Created by YongGyu Lee on 2021/05/23.
3 # */
4 #
5 # ifndef VCCC_OPTIONAL_HPP
6 # define VCCC_OPTIONAL_HPP
7 #
9 # include "vccc/__optional/hash.h"
12 # include "vccc/__optional/swap.h"
13 
23 # endif // VCCC_OPTIONAL_HPP