MCPcopy Create free account
hub / github.com/deweylab/RSEM / front

Method front

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 {

Callers 9

concept_check.hppFile · 0.45
GetReferenceCountMethod · 0.45
GetReferenceDataMethod · 0.45
GetReferenceIDMethod · 0.45
ValidateReadersMethod · 0.45
GetReferenceCountMethod · 0.45
GetReferenceDataMethod · 0.45
GetReferenceIDMethod · 0.45
ValidateReadersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected