Helper object for creating a std::vector from a std::initializer_list https://stackoverflow.com/questions/46737054/vectorunique-ptra-using-initialization-list.
更多...
#include <multi_predicates.h>
|
| movable_il (T &&in) |
| Construct from rvalue reference of type T. 更多...
|
|
template<typename U > |
| movable_il (U &&in) |
| Construct from rvalue reference of type U, using forwarding. 更多...
|
|
| operator T () const && |
| Return an rvalue reference to ourself. 更多...
|
|
template<class T>
struct libMesh::Predicates::movable_il< T >
Helper object for creating a std::vector from a std::initializer_list https://stackoverflow.com/questions/46737054/vectorunique-ptra-using-initialization-list.
在文件 multi_predicates.h 第 126 行定义.
template<class T >
template<typename U >
Construct from rvalue reference of type U, using forwarding.
在文件 multi_predicates.h 第 137 行定义.
137 :
t(std::forward<U>(in)) {}
该结构体的文档由以下文件生成: