[#BloombergLP-bdlat-ArrayUtil-AccessByCategoryAdapter-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlat.adoc[bdlat]::xref:BloombergLP/bdlat/ArrayUtil.adoc[ArrayUtil]::xref:BloombergLP/bdlat/ArrayUtil.adoc[AccessByCategoryAdapter]::operator() :relfileprefix: ../../../../ :mrdocs: Invoke the adapted accessor on the specified `value` using category dispatch. Return the value from the accessor invocation. == Synopsis Declared in `<bdlat_arrayutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class VALUE_TYPE> int operator()(VALUE_TYPE const& value) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#