Searched defs:ConstructFromT (Results 1 – 1 of 1) sorted by relevance
529 class ConstructFromT { class531 explicit ConstructFromT(const T& t) : t_(t) {} in ConstructFromT() function in ConstructFromT534 ConstructFromT(Args&&... args) : t_(std::forward<Args>(args)...) {} in ConstructFromT() function in ConstructFromT