Reference documentation for deal.II version 9.5.0
\(\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\}}\)
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Utilities::internal::IsVectorOfTriviallyCopyable< std::vector< T > > Struct Template Reference

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

Static Public Attributes

static constexpr bool value
 

Detailed Description

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

Definition at line 1137 of file utilities.h.

Member Data Documentation

◆ value

template<typename T >
constexpr bool Utilities::internal::IsVectorOfTriviallyCopyable< std::vector< T > >::value
staticconstexpr
Initial value:
=
std::is_trivially_copyable<T>::value && !std::is_same<T, bool>::value

Definition at line 1139 of file utilities.h.


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