にゃははー

はへらー

2011-04-02から1日間の記事一覧

C++03向け局所関数

C++

まぁ誰でも思いつくような奴だけど忘れない様にメモ https://github.com/Flast/trance/blob/master/trance/local_function.hpp #define PP_CAT( x, y ) x ## y #define FUNCTOR_NAME PP_CAT( _unnamed_local_function, __LINE__ ) #define LOCAL_FUNCTION( _…