v0.13.2
Loading...
Searching...
No Matches
src
ftensor
src
FTensor
enable_if.hpp
Go to the documentation of this file.
1
/* Workaround to pre c++11 compilers for std::enable_if */
2
3
#pragma once
4
5
namespace
std
6
{
7
template
<
bool
Condition,
typename
T =
void
>
struct
enable_if
8
{};
9
10
template
<
typename
T>
struct
enable_if
<true,
T
>
11
{
12
typedef
T
type
;
13
};
14
}
T
const double T
Definition:
mixed_reac_diff.cpp:158
std
Definition:
enable_if.hpp:6
std::enable_if< true, T >::type
T type
Definition:
enable_if.hpp:12
std::enable_if
Definition:
enable_if.hpp:8
Generated by
Doxygen
1.9.5 and hosted at