Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Sacado::IsStaticallySized< const T > Struct Template Reference

Specialization of IsStaticallySized for const types. More...

#include <Sacado_Traits.hpp>

Inheritance diagram for Sacado::IsStaticallySized< const T >:

Static Public Attributes

static const bool value = IsStaticallySized<T>::value
 
static const bool value
 

Detailed Description

template<typename T>
struct Sacado::IsStaticallySized< const T >

Specialization of IsStaticallySized for const types.

This should work for most types

Definition at line 429 of file Sacado_Traits.hpp.

Member Data Documentation

◆ value [1/2]

template<typename T>
const bool Sacado::IsStaticallySized< const T >::value = IsStaticallySized<T>::value
static

Definition at line 430 of file Sacado_Traits.hpp.

◆ value [2/2]

const bool Sacado::IsStaticallySized< T >::value
static

Definition at line 422 of file Sacado_Traits.hpp.


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