Searched defs:ScopedGeneric (Results 1 – 1 of 1) sorted by relevance
72 ScopedGeneric() : data_(traits_type::InvalidValue()) {} in ScopedGeneric() function76 explicit ScopedGeneric(const element_type& value) : data_(value) {} in ScopedGeneric() function79 ScopedGeneric(const element_type& value, const traits_type& traits) in ScopedGeneric() function83 ScopedGeneric(ScopedGeneric<T, Traits>&& rvalue) in ScopedGeneric() function