1 static inline auto myFunc(MyType const& myValue)
2 ->std::string
3 
4 static inline std::string myFunc(MyType const& myValue)
5