VCCC  2024.05
VisualCamp Common C++ library
forward_declare.h
Go to the documentation of this file.
1 # /*
2 # * Created by YongGyu Lee on 2021/05/24.
3 # */
4 #
5 # ifndef VCCC_OPTIONAL_FORWARD_DECLARE_H_
6 # define VCCC_OPTIONAL_FORWARD_DECLARE_H_
7 
8 namespace vccc {
9 
10 template<typename T>
11 class optional;
12 
13 } // namespace vccc
14 
15 # endif // VCCC_OPTIONAL_FORWARD_DECLARE_H_
Definition: directory.h:12