Searched refs:projection_get (Results 1 – 1 of 1) sorted by relevance
298 projection_get struct310 …template <> struct projection_get<0,0> { template <class T> static BOOST_QVM_INLINE_CRITICAL T get… in get() argument311 …template <> struct projection_get<1,1> { template <class T> static BOOST_QVM_INLINE_CRITICAL T get… in get() struct312 …template <> struct projection_get<2,2> { template <class T> static BOOST_QVM_INLINE_CRITICAL T get… in get() argument313 …template <> struct projection_get<2,3> { template <class T> static BOOST_QVM_INLINE_CRITICAL T get… in get() struct314 …template <> struct projection_get<3,2> { template <class T> static BOOST_QVM_INLINE_CRITICAL T get… in get() struct336 return qvm_detail::projection_get<Row,Col>::get(x); in read_element()