CFx SDK Documentation  2023 SP0
slot_call_iterator.h
Go to the documentation of this file.
1 //
2 // slot_call_iterator.h
3 // slimsig
4 //
5 // Created by Christopher Tarquini on 4/22/14.
6 //
7 //
8 
9 #ifndef slimsig_slot_call_iterator_h
10 #define slimsig_slot_call_iterator_h
11 #include <iterator>
12 namespace slimsig { namespace detail {
13 template <class Iterator>
14 class slot_call_iterator : std::iterator<std::forward_iterator_tag> {
15 
16 }
17 }}
18 
19 
20 #endif