Sha256: 63717e8807b39958b592e8a0f4ab6186caf50afcf57bd359736a0ff367d786f9
Contents?: true
Size: 531 Bytes
Versions: 2
Compression:
Stored size: 531 Bytes
Contents
// Copyright Joakim Karlsson & Kim Gräsman 2010-2012. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef IGLOO_COLLECTIONOPERATOR_H #define IGLOO_COLLECTIONOPERATOR_H namespace snowhouse { struct CollectionOperator : public ConstraintOperator { void PerformOperation(ResultStack&) { } int Precedence() const { return 1; } }; } #endif
Version data entries
2 entries across 2 versions & 1 rubygems