Ginkgo
Generated from pipelines/1554403166 branch based on develop. Ginkgo version 1.9.0
A numerical linear algebra library targeting many-core architectures
|
The namespace for functionalities after C++14 standard. More...
Typedefs | |
template<typename... Ts> | |
using | void_t = typename detail::make_void< Ts... >::type |
Use the custom implementation, since the std::void_t used in is_matrix_type_builder seems to trigger a compiler bug in GCC 7.5. | |
template<bool B, typename T = void> | |
using | enable_if_t = std::enable_if_t< B, T > |
template<bool B, typename T , typename F > | |
using | conditional_t = std::conditional_t< B, T, F > |
template<typename T > | |
using | decay_t = std::decay_t< T > |
template<class... Ts> | |
using | conjunction = std::conjunction< Ts... > |
The namespace for functionalities after C++14 standard.