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 |
| 29 | 30 | 31 |
Tags
- ChromeTab
- template
- go
- Observer
- c++
- sha256
- traits
- program
- Android
- SHA1
- RAII
- Chrono
- Reflect
- kotlin
- web
- AES
- async
- stringprintf
- type_traits
- design pattern
- Scala
- WebView
- Functional
- coroutines
- CustomTab
- haskell
- SHA512
- Clojure
- sprintf
- ranges
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