HighFive 3.0.0
HighFive - Header-only C++ HDF5 interface
Loading...
Searching...
No Matches
H5Inspector_decl.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace HighFive {
6
7template <typename T>
8using unqualified_t = typename std::remove_const<typename std::remove_reference<T>::type>::type;
9
10namespace details {
11
12template <typename T>
13struct type_helper;
14
15template <typename T>
16struct inspector;
17
18} // namespace details
19} // namespace HighFive
Definition assert_compatible_spaces.hpp:15
typename std::remove_const< typename std::remove_reference< T >::type >::type unqualified_t
Definition H5Inspector_decl.hpp:8