DeviceState.hpp
Go to the documentation of this file.
1 #ifndef DEVICE_STATE_HPP_
2 #define DEVICE_STATE_HPP_
3 
4 namespace grl {
5 namespace concept {
6 
7 
8 template<typename Device>
10 {
11 #ifndef DOXYGEN_NO_CONCEPT_MEMBERS
12 
13 
14 
15 #endif
16 };
17 
18 
19 template<typename Device>
21 {
22 #ifndef DOXYGEN_NO_CONCEPT_MEMBERS
23 
24 #endif
25 };
26 
27 }}
28 
29 #endif