Gobelijn API documentation
- generated for commit a0cbea7
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Friends
Macros
Pages
AQ_Util.h
Go to the documentation of this file.
1
#pragma once
2
8
#include <type_traits>
9
10
namespace
UA_CoMP {
11
namespace
Num {
12
14
template
<
typename
T>
15
class
StripConstRef
16
{
17
public
:
18
using
type
=
typename
std::remove_cv<typename std::remove_reference<T>::type>
::type
;
19
};
20
21
}
// namespace Num
22
}
// namespace UA_CoMP
UA_CoMP::Num::StripConstRef::type
typename std::remove_cv< typename std::remove_reference< T >::type >::type type
Definition:
AQ_Util.h:18
UA_CoMP::Num::StripConstRef
Convert T const& to T.
Definition:
AQ_Util.h:15
main
cpp
template_quad
AQ_Util.h
Generated on Fri Feb 1 2019 09:33:32 for Gobelijn API documentation by
1.8.6