identt
StoreTraits.hpp
Go to the documentation of this file.
1 
33 #ifndef _IDENTT_STORE_STORE_TRAITS_HPP_
34 #define _IDENTT_STORE_STORE_TRAITS_HPP_
35 
36 namespace identt {
37 namespace store {
38 template <class T>
39 struct StoreTraits : public T {
40 };
41 } // namespace store
42 } // namespace identt
43 #endif /* _IDENTT_STORE_STORE_TRAITS_HPP_ */
Definition: CryptoBase.hpp:49
Definition: StoreTraits.hpp:39