Searched defs:Proj (Results 1 – 2 of 2) sorted by relevance
27 constexpr explicit Proj(int *copies) : copies_(copies) {} in Proj() argument 29 constexpr Proj& operator=(const Proj&) = default; in operator ()() argument 24 struct Proj { global() struct 26 ProjProj Proj() argument [all...]
29 using Proj = int(*)(Foo); typedef