cdeclog

menu-opener icon
  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록

Dev/C++

C++0x Lambda

아래 링크의 글 중 Herb Sutter 의 Lambda 예제 및 설명에 관한 리플.. http://herbsutter.wordpress.com/2008/03/29/trip-report-februarymarch-2008-iso-c-standards-meeting/ []와 []안에 들어가는 내용에 대해서 명쾌하게 설명을.. Herb Sutter Re binders: Okay, I give! I’ll use a better example next time. (no name) asked: "How are local variables captured?" You have to specify whether it’s by copy or by reference. So this example is illegal beca..

2009.05.20 게시됨

Dev/C++

bind, lambda 예제

#include #include #include #include #include using namespace std; #include #include namespace std { namespace tr1 = boost; } // 테스트용 클래스 class CInt { public: CInt(int n = 0) { n_ = n; } CInt(const CInt &t) { n_ = t.n_; } const CInt& operator=(const CInt &t) { if (this != &t) { n_ = t.n_; } return *this; } const CInt& operator=(int n) { n_ = n; return *this; } ~CInt() {} public: void Print(string..

2007.05.11 게시됨

1

공지사항

  • https://cdecl.github.io/

최근글

  • 최근글 JVM GC 모니터링(Tomcat),⋯ 포스팅

    Java

    JVM GC 모니터링(Tomcat),⋯

    2016.04.13

인기글

  • 인기글 JVM GC 모니터링(Tomcat),⋯ 포스팅

    Java

    JVM GC 모니터링(Tomcat),⋯

    2016.04.13

최근 작성된 댓글

  • ㄶㅇㅎㄴㅇ ___TBB_malloc_proxy 에서⋯
  • moon 안녕하세요 윈도우에서 하둡⋯
  • imagej 안녕하세요 AES 다기종 암호⋯
  • sso 봉님 블로그까지 와버렸;;;;
  • 1466090688 좋은글 감사

태그 클라우드

  • Git
  • Lambda
  • COM+
  • spark
  • Asio
  • C++ 0x
  • operator overloading
  • C++0x
  • C++
  • boost
Copyright . 베이스캠프 all rights reserved.
Designed by 베이스캠프
닫기 아이콘
사이드 프로필 배경이미지
블로그 이미지

디클

Bright Size Life

  • 분류 전체보기 (299)
    • 일상 (105)
    • 사진 (71)
    • 책읽기 (4)
    • Dev (119)
      • C++ (55)
      • .NET (7)
      • Java (2)
      • devops (0)
      • Windows (26)
      • Linux (2)
      • SQL (4)
      • Data (6)
      • Network (4)
      • Web (1)
      • Encryption (6)

전체228,996

오늘20

어제28

Designed by 베이스캠프