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