#include "DataFormats/Common/interface/BasicHandle.h"
#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Common/interface/Wrapper.h"
#include <typeinfo>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
edm | |
HLT enums. | |
edm::handleimpl | |
Functions | |
template<typename T > | |
void | edm::convert_handle (BasicHandle &&bh, Handle< T > &result) |
void | edm::handleimpl::throwConvertTypeError (std::type_info const &expected, std::type_info const &actual) |
void | edm::handleimpl::throwInvalidReference () |