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/06/03.
3 # */
4 #
5 # ifndef VCCC_SIGNAL_FORWARD_DECLARE_H_
6 # define VCCC_SIGNAL_FORWARD_DECLARE_H_
7 
8 namespace vccc {
9 
10 class signal_impl_base;
11 
12 template<typename F, typename Group>
14 
15 template<typename F, typename Group = int>
16 class signal;
17 
18 } // namespace vccc
19 
20 # endif // VCCC_SIGNAL_FORWARD_DECLARE_H_
Definition: forward_declare.h:13
Definition: forward_declare.h:16
Definition: directory.h:12