xdefs.h
Go to the documentation of this file.
1 #pragma once
2 
3 #define ALL(x) std::begin(x), std::end(x)
4 #define CALL(x) x.cbegin(), x.cend()