Searched refs:tv3 (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/ |
| H A D | concept_check.hpp | 60 # define BOOST_CLASS_REQUIRE3(tv1, tv2, tv3, ns, concept) \ argument 61 BOOST_CONCEPT_ASSERT((ns::concept<tv1,tv2,tv3>)) 63 # define BOOST_CLASS_REQUIRE4(tv1, tv2, tv3, tv4, ns, concept) \ argument 64 BOOST_CONCEPT_ASSERT((ns::concept<tv1,tv2,tv3,tv4>))
|