Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- Clojure
- traits
- AES
- ChromeTab
- Chrono
- Scala
- SHA512
- Android
- program
- web
- coroutines
- ranges
- sprintf
- async
- Reflect
- Functional
- SHA1
- CustomTab
- WebView
- Observer
- stringprintf
- c++
- design pattern
- kotlin
- sha256
- template
- go
- RAII
- haskell
- type_traits
Archives
- Today
- Total
목록String (1)
프로그래밍 검색 블로그
stringprintf string반환 sprintf 2
여기서는 %로 받는 형식문자열을 추론해서 알아본다.12345678910template struct is_c_style_string : public false_type{};template struct is_c_style_string : public true_type{};template struct is_c_style_string : public true_type{};template struct is_c_style_string : public true_type{};template struct is_c_style_string : public true_type{};cs 이런 구조체를 추가하여 c_style의 문자열인지 알아낼 수 있도록 한다. 12345678910111213141516171819202122232..
C++ 유틸
2017. 10. 4. 16:46