sparrow 1.0.0
Loading...
Searching...
No Matches
sparrow::T_is_const_if_FromBufferRef_is_const Concept Reference

Concept that ensures T is const if FromBufferRef is const. More...

#include <buffer_adaptor.hpp>

Concept definition

template<typename FromBufferRef, typename T>
Concept that ensures T is const if FromBufferRef is const.
Concept for matching qualifier requirements.

Detailed Description

Concept that ensures T is const if FromBufferRef is const.

Template Parameters
FromBufferRefThe buffer reference type.
TThe target type.

Definition at line 44 of file buffer_adaptor.hpp.