CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
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>
12namespace slimsig { namespace detail {
13template <class Iterator>
14class slot_call_iterator : std::iterator<std::forward_iterator_tag> {
15
16}
17}}
18
19
20#endif