cdeclog

  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록

Lambda 2

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..

Dev/C++ 2009.05.20

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..

Dev/C++ 2007.05.11
이전
1
다음
더보기
프로필사진

cdeclog

Bright Size Life

  • 분류 전체보기 (300)
    • 일상 (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)

Tag

Git, atl, operator overloading, Lambda, REST, 구글캘린더, C++ 0x, C++, Hadoop for Windows, dll, boost, new, C++0x, aphache spark, COM+, libtcmalloc_minimal, spark, template, Asio, withdll,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

  • https://cdecl.github.io/ 이동

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/07   »
일 월 화 수 목 금 토
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

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바