Searched refs:VPT (Results 1 – 2 of 2) sorted by relevance
23 typedef volatile std::packaged_task<A(int, char)> VPT; typedef28 PT p { VPT{} }; in main()
25 typedef volatile std::packaged_task<A(int, char)> VPT; typedef29 PT p { std::allocator_arg_t{}, test_allocator<A>{}, VPT {}}; in main()