Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-2848-g5241f990fb 2025-03-16 19:30:00+00:00
\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}} \newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=} \newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]} \newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Static Public Attributes | List of all members
Utilities::internal::IsVectorOfTriviallyCopyable< T > Struct Template Reference

#include <deal.II/base/utilities.h>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename T>
struct Utilities::internal::IsVectorOfTriviallyCopyable< T >

A structure that is used to identify whether a template argument is a std::vector<T> or std::vector<std::vector<T>> where T is a type that satisfies std::is_trivially_copyable_v<T> == true.

Definition at line 1146 of file utilities.h.

Member Data Documentation

◆ value

template<typename T >
constexpr bool Utilities::internal::IsVectorOfTriviallyCopyable< T >::value = false
staticconstexpr

Definition at line 1148 of file utilities.h.


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