LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lf::base::IsScalar< T, typename > Struct Template Reference

Base Traits class which can be used to determine if a type T is a scalar value. More...

#include <lf/base/scalar_concept.h>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<class T, typename = void>
struct lf::base::IsScalar< T, typename >

Base Traits class which can be used to determine if a type T is a scalar value.

This class template is specialized below for types that are actually scalars.

See also
is_scalar<T>

Definition at line 26 of file scalar_concept.h.

Member Data Documentation

◆ value

template<class T , typename = void>
constexpr bool lf::base::IsScalar< T, typename >::value = false
staticconstexpr

Definition at line 27 of file scalar_concept.h.


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