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