RepoBaidu (ERNIE)Baidu (ERNIE)published May 30, 2019seen 5d

PaddlePaddle/any

C++

Open original ↗

Captured source

source ↗
published May 30, 2019seen 5dcaptured 8hhttp 200method plain

PaddlePaddle/any

Description: Legacy Repo only for PaddlePaddle with version (any(T())) and T x = any_cast(any(T()))to perform a move into x instead of a copy. + ANY_IMPL_FAST_TYPE_INFO_COMPARE: When checking if two typeid are the same, performs just a pointer comparision instead of the actual type_info::operator==` comparision. Be aware this isn't recommended unless you know what you're doing.