CFx SDK Documentation
2023 SP0
SDK
CFx
commonui_inc
UI
slimsig
detail
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
slimsig::detail::slot_call_iterator
Definition:
slot_call_iterator.h:14
slimsig
Definition:
connection.h:17
Generated on Thu Feb 24 2022 15:09:55