Default customization‐point implementation of manipulateAttributes.
Synopsis
Declared in <bdlat_sequencefunctions.h>
template<
class TYPE,
class MANIPULATOR>
int
bdlat_sequenceManipulateAttributes(
TYPE* object,
MANIPULATOR& manipulator);
Return Value
value from the last invocation of manipulator
Parameters
Name |
Description |
object |
sequence whose attributes are manipulated |
manipulator |
callable invoked with each attribute and its info |
Created with MrDocs