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
- kotlin
- sha256
- Scala
- SHA512
- ChromeTab
- sprintf
- Reflect
- stringprintf
- async
- design pattern
- haskell
- coroutines
- c++
- template
- ranges
- Clojure
- AES
- Android
- go
- WebView
- web
- traits
- Functional
- RAII
- Chrono
- Observer
- type_traits
- SHA1
- program
- CustomTab
Archives
- Today
- Total
목록stringprintf (2)
프로그래밍 검색 블로그
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