lemon/bits/utility.h
changeset 2386 81b47fc5c444
parent 2177 416a7030b7e3
child 2391 14a343be7a5a
equal deleted inserted replaced
4:c4c71397e313 5:bca5a4a94921
    67     ///\e
    67     ///\e
    68     static const bool value = false;
    68     static const bool value = false;
    69   };
    69   };
    70 
    70 
    71 
    71 
    72   class InvalidType {
    72   struct InvalidType {
    73   private:
       
    74     InvalidType();
       
    75   };
    73   };
    76 
    74 
    77   template <typename T>
    75   template <typename T>
    78   struct Wrap {
    76   struct Wrap {
    79     const T &value;
    77     const T &value;