Typedefs | |
template<typename T > | |
using | subscript_type_t = typename subscript_type< T >::type |
Functions | |
std::unique_ptr< edm::OutputModuleCommunicator > | createCommunicatorIfNeeded (::edm::global::OutputModuleBase *iMod) |
std::unique_ptr< edm::OutputModuleCommunicator > | createCommunicatorIfNeeded (::edm::limited::OutputModuleBase *iMod) |
std::unique_ptr< edm::OutputModuleCommunicator > | createCommunicatorIfNeeded (::edm::one::OutputModuleBase *iMod) |
std::unique_ptr< edm::OutputModuleCommunicator > | createCommunicatorIfNeeded (void *) |
Variables | |
template<typename T > | |
constexpr auto | has_subscript_operator_v = has_subscript_operator<T>::value |
using edm::impl::subscript_type_t = typedef typename subscript_type<T>::type |
Definition at line 56 of file propagate_const_array.h.
std::unique_ptr< edm::OutputModuleCommunicator > edm::impl::createCommunicatorIfNeeded | ( | ::edm::global::OutputModuleBase * | iMod | ) |
Definition at line 217 of file OutputModuleCommunicatorT.cc.
std::unique_ptr< edm::OutputModuleCommunicator > edm::impl::createCommunicatorIfNeeded | ( | ::edm::limited::OutputModuleBase * | iMod | ) |
Definition at line 223 of file OutputModuleCommunicatorT.cc.
std::unique_ptr< edm::OutputModuleCommunicator > edm::impl::createCommunicatorIfNeeded | ( | ::edm::one::OutputModuleBase * | iMod | ) |
Definition at line 220 of file OutputModuleCommunicatorT.cc.
std::unique_ptr< edm::OutputModuleCommunicator > edm::impl::createCommunicatorIfNeeded | ( | void * | ) |
Definition at line 214 of file OutputModuleCommunicatorT.cc.
Referenced by edm::OutputModuleCommunicatorT< T >::createIfNeeded().
|
constexpr |
Definition at line 32 of file propagate_const_array.h.