https://mooseframework.inl.gov
Static Public Attributes | List of all members
MooseUtils::canBroadcast< T > Struct Template Reference

Custom type trait that has a value of true for types that can be broadcasted. More...

#include <MooseUtils.h>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename T>
struct MooseUtils::canBroadcast< T >

Custom type trait that has a value of true for types that can be broadcasted.

Definition at line 1024 of file MooseUtils.h.

Member Data Documentation

◆ value

template<typename T >
constexpr bool MooseUtils::canBroadcast< T >::value
static
Initial value:
= std::is_base_of<TIMPI::DataType, TIMPI::StandardType<T>>::value ||
TIMPI::Has_buffer_type<TIMPI::Packing<T>>::value

Definition at line 1026 of file MooseUtils.h.


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