Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
どうすれば、django テンプレートのコンテキストで 1 が文字列か整数かを知ることができますか?
I want to create a function that is
while t is template<typename T>
template<typename T>
string myFunction(T t) { string str1; //some computation with t return str1(); }