std::pair< void *, Datatype_uptr >
access (
void * from, std::vector< std::unique_ptr< Accessor_base >>::const_iterator remaining_begin, std::vector< std::unique_ptr< Accessor_base >>::const_iterator remaining_end, const Pointer_datatype & type )
Description
Parameters
from
- pointer to data of type datatype
remaining_begin
- iterator to the beginning of remaining accessors
remaining_end
- iterator to the end of remaining accessors
type
- a datatype to get access
Result
string that inform what access is made