Home
last modified time | relevance | path

Searched refs:count_of (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/
H A Dtuple.hpp611 using count_of = seq::sum< std::size_t, ( std::is_same< T, Ts >::value ? 1 : 0 )... >; typedef
620 static_assert( count_of< T, Ts... >::value > 0, "T not found within Ts..." );
621 static_assert( count_of< T, Ts... >::value < 2, "T must be unique within Ts..." );