libMesh
|
Helper object for creating a std::vector from a std::initializer_list https://stackoverflow.com/questions/46737054/vectorunique-ptra-using-initialization-list. More...
#include <multi_predicates.h>
Public Member Functions | |
movable_il (T &&in) | |
Construct from rvalue reference of type T. More... | |
template<typename U > | |
movable_il (U &&in) | |
Construct from rvalue reference of type U, using forwarding. More... | |
operator T () const && | |
Return an rvalue reference to ourself. More... | |
Public Attributes | |
T | t |
Helper object for creating a std::vector from a std::initializer_list https://stackoverflow.com/questions/46737054/vectorunique-ptra-using-initialization-list.
Definition at line 126 of file multi_predicates.h.
|
inline |
|
inline |
Construct from rvalue reference of type U, using forwarding.
Definition at line 137 of file multi_predicates.h.
|
inline |
Return an rvalue reference to ourself.
Definition at line 142 of file multi_predicates.h.
References libMesh::Predicates::movable_il< T >::t.
|
mutable |
Definition at line 144 of file multi_predicates.h.
Referenced by libMesh::Predicates::movable_il< T >::operator T().