![]() |
Ginkgo Generated from branch based on master. Ginkgo version 1.7.0
A numerical linear algebra library targeting many-core architectures
|
The namespace for functionalities after C++14 standard. More...
Classes | |
struct | conjunction |
struct | conjunction< B1 > |
struct | conjunction< B1, Bn... > |
Typedefs | |
template<typename... Ts> | |
using | void_t = typename detail::make_void<Ts...>::type |
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> |
Functions | |
bool | uncaught_exception () noexcept |
template<typename T > | |
constexpr bool | greater (const T &&lhs, const T &&rhs) |
template<typename T > | |
constexpr bool | greater_equal (const T &&lhs, const T &&rhs) |
template<typename T > | |
constexpr bool | less (const T &&lhs, const T &&rhs) |
template<typename T > | |
constexpr bool | less_equal (const T &&lhs, const T &&rhs) |
The namespace for functionalities after C++14 standard.