ipc::unchecked_narrow< T > Struct Template Reference
This class provides implemenation of the validation policy for some functions of the IPCPartition class. Using this policy implies that the object reference will be validated using the unchecked_narrow function, which checks if the object reference represents the object of a given type. This function does a local check only, i.e. it is guaranteed that no remote communication will be done at that point. This function does not guarantee that remote object, which is referenced by the given object ref, exists.
More...
template<class T>
struct ipc::unchecked_narrow< T >
This class provides implemenation of the validation policy for some functions of the IPCPartition class. Using this policy implies that the object reference will be validated using the unchecked_narrow function, which checks if the object reference represents the object of a given type. This function does a local check only, i.e. it is guaranteed that no remote communication will be done at that point. This function does not guarantee that remote object, which is referenced by the given object ref, exists.