2007-09-14から1日間の記事一覧

enable_if コンパイル条件によるオーバーロード

C++

Concept-controlled polymorphism というテクニックらしいです boost::enable_if namespace shand { // enable_if template <bool, class Type = void> struct enable_if_c { typedef Type type; }; template <class Type> struct enable_if_c<false, Type> {}; template <class Cond, class Type = void> struct enable_if : public ena…</class></false,></class></bool,>

Silverlight 1.1で遊んでます

できること少ないなーSilverlight == ASP.NET(コードの見ためだけ) + WPF - 開発に必要なものほとんど 今のところこれで開発したいとは思いませんねせめてベターASP.NETくらい使えないとダメだ