KASKADE 7 development version
Public Types | Static Public Attributes | List of all members
Kaskade::DirectSolver_Detail::HasScalar< T > Struct Template Reference

#include <direct.hh>

Detailed Description

template<class T>
struct Kaskade::DirectSolver_Detail::HasScalar< T >

Definition at line 47 of file direct.hh.

Public Types

typedef decltype(hasScalar< T >(nullptr)) type
 

Static Public Attributes

static constexpr bool value = !std::is_same<type,NoScalar>::value
 

Member Typedef Documentation

◆ type

template<class T >
typedef decltype(hasScalar<T>(nullptr)) Kaskade::DirectSolver_Detail::HasScalar< T >::type

Definition at line 49 of file direct.hh.

Member Data Documentation

◆ value

template<class T >
constexpr bool Kaskade::DirectSolver_Detail::HasScalar< T >::value = !std::is_same<type,NoScalar>::value
staticconstexpr

Definition at line 50 of file direct.hh.


The documentation for this struct was generated from the following file: