NSVD Reader  0.0.1
value_setter_helper.hpp
Go to the documentation of this file.
1 
5 /*
6  * These codes are licensed under CC0.
7  * http://creativecommons.org/publicdomain/zero/1.0/
8  */
9 #ifndef __NODAMUSHI_SVD_VALUE_SETTER_HELPER_HPP__
10 #define __NODAMUSHI_SVD_VALUE_SETTER_HELPER_HPP__
11 
12 namespace nodamushi{
13 namespace svd{
14 
15 template<typename T>struct value_setter_helper
16 {
17  static constexpr bool value=false;
18 };
19 
20 
21 } // end namespace svd
22 }// end namespace nodamushi
23 
24 #endif // __NODAMUSHI_SVD_VALUE_SETTER_HELPER_HPP__
This class reperesents SVD(xml) element / attribute.
Definition: value.hpp:53