MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / front

Method front

include/win/boost/array.hpp:138–141  ·  view source on GitHub ↗

front() and back()

Source from the content-addressed store, hash-verified

136
137 // front() and back()
138 reference front()
139 {
140 return elems[0];
141 }
142
143 const_reference front() const
144 {

Calls

no outgoing calls

Tested by

no test coverage detected