Home
last modified time | relevance | path

Searched defs:append_N (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/
H A Dpolicy.hpp337 struct append_N struct
339 typedef typename mpl::push_back<Seq, T>::type new_seq;
340 typedef typename append_N<new_seq, T, N-1>::type type;
344 struct append_N<Seq, T, 0> struct
346 typedef Seq type;