AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ Fill()

template<typename SDS_T >
template<typename F >
void drama::ArrayParameter< SDS_T >::Fill ( const F  filler,
bool  updateMonitors = true 
)
inline

Fill the array parameter value with a fixed value for all elements.

Template Parameters
Thefill item type. Need to be compatible with assignment to the class template type.
Parameters
fillerThe filler value.
updateMonitorsIf true, then any parameters monitors are updated. You might set this false if you know there are not any as yet or you are doing a series of quick updated.

References drama::CreateRunDramaTask(), DramaTHROW_S, drama::sds::Id::Find(), and drama::sds::ArrayAccessHelper< T >::Size().

Referenced by drama::ArrayParameter< SDS_T >::ArrayParameter().