Searched defs:byte_span (Results 1 – 3 of 3) sorted by relevance
18 class byte_span class27 byte_span( unsigned char const * p, std::size_t n ): p_( p ), n_( n ) in byte_span() function in byte_span31 template<std::size_t N> explicit byte_span( unsigned char const (&a)[ N ] ): p_( a ), n_( N ) in byte_span() function in byte_span
14 class byte_span class23 byte_span( unsigned char const * p, std::size_t n ): p_( p ), n_( n ) in byte_span() function in byte_span27 template<std::size_t N> explicit byte_span( unsigned char const (&a)[ N ] ): p_( a ), n_( N ) in byte_span() function in byte_span