MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / seq_size

Function seq_size

3rdparty/cppzmq/zmq.hpp:1208–1211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1206};
1207
1208template<class C> constexpr auto seq_size(const C &c) noexcept -> decltype(c.size())
1209{
1210 return c.size();
1211}
1212template<class T, size_t N>
1213constexpr size_t seq_size(const T (&/*array*/)[N]) noexcept
1214{

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected