MCPcopy Create free account
hub / github.com/boostorg/spirit / adapt_array

Function adapt_array

example/qi/boost_array.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63 template <typename T, std::size_t N>
64 inline detail::adapt_array<boost::array<T, N> >
65 adapt_array(boost::array<T, N>& arr)
66 {
67 return detail::adapt_array<boost::array<T, N> >(arr);
68 }
69}
70
71///////////////////////////////////////////////////////////////////////////////

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected