dwww Home | Show directory contents | Find package

%module operbool

%rename(operator_bool) operator bool();

%inline %{
  class Test {
  public:
    operator bool() {
      return false;
    }
  };
%}

Generated by dwww version 1.15 on Tue Jul 2 00:47:20 CEST 2024.