echelon  0.8.0
type_traits_fwd.hpp
1 // Copyright (c) 2012-2014 Christopher Hinz
2 //
3 // Distributed under the Boost Software License, Version 1.0. (See accompanying
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5 
6 #ifndef ECHELON_HDF5_TYPE_TRAITS_FWD_HPP
7 #define ECHELON_HDF5_TYPE_TRAITS_FWD_HPP
8 
9 namespace echelon
10 {
11 namespace hdf5
12 {
13 template <typename T>
14 struct is_predefined_hdf5_type;
15 
16 template <typename T>
17 struct is_hdf5_type;
18 }
19 }
20 
21 #endif
echelon&#39;s core namespace
Definition: attribute.cpp:10