Searched refs:array_of_bytes (Results 1 – 1 of 1) sorted by relevance
57 std::array<uint8_t, N> array_of_bytes; in simple_array_constructor_test() local58 std::copy(data, data + N, std::begin(array_of_bytes)); in simple_array_constructor_test()60 ByteArray<N> byte_array(array_of_bytes); in simple_array_constructor_test()