| 28 | class regular; |
| 29 | template <typename T = double, typename Allocator = std::allocator<char>> |
| 30 | class circular; |
| 31 | template <typename T = double, typename Allocator = std::allocator<char>> |
| 32 | class variable; |
| 33 | template <typename T = int, typename Allocator = std::allocator<char>> |
nothing calls this directly
no outgoing calls
no test coverage detected