Home
last modified time | relevance | path

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

/third_party/boost/libs/mp11/test/
Dmp_transform.cpp95 using L10 = std::pair<V1, V2>; in main() typedef
Dmp_transform_q.cpp104 using L10 = std::pair<V1, V2>; in main() typedef
/third_party/boost/boost/variant2/
Dvariant.hpp1801 template<class... U> struct L10 struct in boost::variant2::variant
1803 variant * this_;
1805 template<class I> variant<U...> operator()( I i ) const in operator ()()