Line data Source code
1 : #pragma once 2 : 3 : namespace jage::engine { 4 8 : using no_op = decltype([] {}); 5 : }