A helper class to define CRTP class hierarchies with an additional boolean template parameter (this is often used for iterators taking a boolean template parameter to decide on constness).
More...
template<typename ConcreteType, template< typename, bool, typename... > typename CRTPBaseType, bool B, typename... TParams>
struct m::crtp_boolean< ConcreteType, CRTPBaseType, B, TParams >
A helper class to define CRTP class hierarchies with an additional boolean template parameter (this is often used for iterators taking a boolean template parameter to decide on constness).
Definition at line 64 of file crtp.hpp.