#include <boost/qvm/vec_operations.hpp>
namespace boost
{
    namespace qvm
    {
        template <class T,int S>
        -unspecified-return-type- zero_vec();
    }
}
A read-only vector of unspecified type with scalar_type T and size S, with all elements equal to scalar_traits<T>::value(0).