Belle II Software development
|
Forward a range of mutable objects. More...
#include <Findlet.h>
Public Types | |
using | Type = std::vector< typename std::remove_reference< T >::type > |
A mutable range of Ts. | |
Forward a range of mutable objects.
using Type = std::vector<typename std::remove_reference<T>::type> |