Home
last modified time | relevance | path

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

/third_party/boost/libs/thread/test/
Dtest_13480b.cpp24 typedef boost::shared_ptr<AType> IATypePtr; typedef
27 typedef boost::variant<IATypePtr, IBTypePtr> ABVar;
63 auto aTypePtr = IATypePtr{ new AType }; in main()