Return e_UNKNOWN for types that do not customize this ADL point.
Synopsis
Declared in <bsltf_copymovestate.h>
bsltf::CopyMoveState::Enum
copyMoveState(bslmf::MatchAnyType object);
Description
Called from CopyMoveState::get, this default implementation is called if a customized copyMoveState is not found via ADL for a specific type. Note that this overload is defined such that, if copyMoveState is customized for a type, the customization is "inherited" by derived types.
Return Value
e_UNKNOWN
Parameters
Name |
Description |
object |
unused; present so the overload matches any type |
Created with MrDocs